diff --git a/extras/gpu.nix b/extras/gpu.nix index 68a7596..055f9a9 100644 --- a/extras/gpu.nix +++ b/extras/gpu.nix @@ -33,13 +33,13 @@ # supported GPUs is at: # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # Only available from driver 515.43.04+ - open = false; + open = true; # Enable the Nvidia settings menu, # accessible via `nvidia-settings`. nvidiaSettings = true; # Optionally, you may need to select the appropriate driver version for your specific GPU. - package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.latest; }; } diff --git a/hosts/server/ssh.nix b/hosts/server/ssh.nix deleted file mode 100644 index 79a8dd6..0000000 --- a/hosts/server/ssh.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - config, - pkgs, - ... -}: { - services.openssh.enable = true; - - # Disable password login for security - services.openssh.settings.PasswordAuthentication = false; - services.openssh.settings.PermitRootLogin = "no"; - - # Add your authorized key for a specific user - users.users.synchronous = { - isNormalUser = true; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEw4Uqg9UBakoOpS4nVGE3ePKHnst0+02lFN04n2IyKb ginesin.j@northeastern.edu" - ]; - }; -} diff --git a/secrets/zsh_remote.age b/secrets/zsh_remote.age index 6080c00..ae371ba 100644 Binary files a/secrets/zsh_remote.age and b/secrets/zsh_remote.age differ