diff --git a/hosts/g17/configuration.nix b/hosts/g17/configuration.nix index c7c34b8..1cd99f4 100644 --- a/hosts/g17/configuration.nix +++ b/hosts/g17/configuration.nix @@ -17,5 +17,10 @@ }; }; networking.hostId = "c5543d16"; + security.sudo.extraConfig = '' + %nasp ALL = (root) NOPASSWD: /run/wrappers/bin/crontab + ''; + hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.stable; + system.stateVersion = "24.05"; }