feat: increase system security

This commit is contained in:
Swarsel 2024-08-10 16:45:55 +02:00
parent 5bb6e6038e
commit bbaee7acd8
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 53 additions and 7 deletions

View file

@ -1,4 +1,12 @@
_:
{
security.pam.services = {
login.u2fAuth = true;
sudo.u2fAuth = true;
swaylock.u2fAuth = true;
swaylock.fprintAuth = false;
};
security.polkit.enable = true;
}