1
0
Fork 0
forked from foxora/nix

added back stable branch, broken though because cerulean no support channel overrides

This commit is contained in:
foxora 2026-02-15 11:12:16 +00:00
parent 8b8c9cf585
commit d63d04d301
10 changed files with 87 additions and 69 deletions

View file

@ -0,0 +1,17 @@
{ ... }: {
nix.settings = {
trusted-users = ["root" "@wheel"];
};
security = {
sudo = {
enable = true;
wheelNeedsPassword = true;
};
pam = {
sshAgentAuth.enable = true;
services.sudo.sshAgentAuth = true; # pam_ssh_agent_auth module
};
};
}