chore: update nixos version

This commit is contained in:
Nickolaj Jepsen 2025-12-08 13:13:18 +01:00
parent b698c5b82a
commit 939d011af8
3 changed files with 84 additions and 79 deletions

View file

@ -76,6 +76,8 @@ in {
};
programs.ssh.startAgent = true;
services.gnome.gcr-ssh-agent.enable = false; #
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;