Enable U2F on linux systems
This commit is contained in:
parent
8e37bc2a7e
commit
3c4414fcb3
2 changed files with 31 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
../modules/services/edns
|
||||
# Other services
|
||||
../modules/services/swaylock.nix
|
||||
../modules/personal/u2f.nix
|
||||
];
|
||||
|
||||
# Set kernel version to latest
|
||||
|
@ -216,6 +217,7 @@
|
|||
security.pam.services.lightdm.enableKwallet = true;
|
||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||
services.swaylock.enable = true;
|
||||
personal.u2f.enable = true;
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue