fix doas delay

This commit is contained in:
Henri Dohmen 2026-04-11 19:14:27 +02:00
parent e0145bf30d
commit 508fe6c3c9
Signed by: hd
GPG key ID: CECE85C316C78D5F

View file

@ -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 ];
};
};