Take out sudo and swaylock from security key PAM

This commit is contained in:
Natsu Kagami 2023-03-13 18:00:27 +01:00
parent 17e2c80478
commit c5dc52d37d
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -20,9 +20,9 @@ in
};
# Services
services.sudo.u2fAuth = true;
# services.sudo.u2fAuth = true;
services.login.u2fAuth = true;
services.swaylock.u2fAuth = mkIf (config.services.swaylock.enable) true;
# services.swaylock.u2fAuth = mkIf (config.services.swaylock.enable) true;
};
};
}