add comma to wheatley

This commit is contained in:
Lillian Violet 2024-12-07 01:21:59 +01:00
parent 11ed1c665a
commit a8f1fd4bc7

View file

@ -24,6 +24,11 @@
}) })
]; ];
# Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently
programs.command-not-found.enable = lib.mkForce false;
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
services.automatic-timezoned.enable = true; services.automatic-timezoned.enable = true;
#Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys