Revert "Disable screen locking"

This reverts commit a998d64fa9.
This commit is contained in:
Vili Sinervä 2025-05-27 23:20:38 +03:00
parent a998d64fa9
commit 624940eb8d
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 4 additions and 0 deletions

View file

@ -21,5 +21,7 @@
onlykey-cli
];
security.pam.u2f.enable = true;
hardware.onlykey.enable = true;
programs.i3lock.u2fSupport = true;
}