This commit is contained in:
2026-05-03 23:20:40 +02:00
parent 4bd15188c9
commit 50e57a89f8
3 changed files with 84 additions and 80 deletions
+4 -1
View File
@@ -10,5 +10,8 @@
};
users.users.${primaryUser}.openssh.authorizedKeys.keyFiles = [ ../secrets/ssh-key ];
programs.ssh.startAgent = true;
security.doas = {
enable = true;
wheelNeedsPassword = false;
};
}