feat(modules/system/users): disable sudo auth
This commit is contained in:
parent
c73533772b
commit
d13962a7d9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
openssh.authorizedKeys.keys = [ config.system.mainUser.publicKey ];
|
openssh.authorizedKeys.keys = [ config.system.mainUser.publicKey ];
|
||||||
};
|
};
|
||||||
services.getty.autologinUser = config.system.mainUser.name;
|
services.getty.autologinUser = config.system.mainUser.name;
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue