This commit is contained in:
illustris 2024-02-02 22:42:49 +05:30
parent 6ab8b25169
commit a6b1b82ac5
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -123,7 +123,10 @@
nix-ld.enable = true;
};
security.sudo.wheelNeedsPassword = false;
security.pam.services = {
login.u2fAuth = true;
sudo.u2fAuth = true;
};
services = {
flatpak.enable = true;