fix doas delay
This commit is contained in:
parent
e0145bf30d
commit
508fe6c3c9
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ with lib;
|
|||
];
|
||||
};
|
||||
|
||||
# Pam checks wether you have a blank password before prompting your
|
||||
# credentials. This computes yescrypt hash of "" which causes annoying
|
||||
# delay before prompting for the `doas` password.
|
||||
pam.services.doas.allowNullPassword = lib.mkForce false;
|
||||
|
||||
pki.certificateFiles = [ ../../pki/ca.cert ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue