add i3lock to sys config

This commit is contained in:
Fabian Montero 2025-08-05 20:26:04 -06:00
parent 0249e2941b
commit 9687235d30
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,8 @@ in {
enableSSHSupport = true;
};
programs.i3lock.u2fSupport = true;
security.pam = {
services = {
login.u2fAuth = true;

View file

@ -30,6 +30,8 @@
};
};
programs.i3lock.enable = true;
networking = {
hostName = "posixlycorrect";
networkmanager.enable = true;