mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Enable sudo pam
This commit is contained in:
@@ -23,7 +23,10 @@
|
|||||||
|
|
||||||
networking.hostName = "archtika-demo-server";
|
networking.hostName = "archtika-demo-server";
|
||||||
|
|
||||||
security.pam.sshAgentAuth.enable = true;
|
security.pam = {
|
||||||
|
sshAgentAuth.enable = true;
|
||||||
|
services.sudo.sshAgentAuth = true;
|
||||||
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user