9 lines
152 B
Nix
9 lines
152 B
Nix
_: {
|
|
security = {
|
|
sudo.execWheelOnly = true;
|
|
pam = {
|
|
sshAgentAuth.enable = true;
|
|
services.sudo.sshAgentAuth = true;
|
|
};
|
|
};
|
|
}
|