Update modules/users.nix

This commit is contained in:
Alexander Bantyev 2020-03-02 13:04:16 +03:00
parent a2cc566551
commit 7574de57cf
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
services.mingetty.autologinUser = "balsoft"; services.mingetty.autologinUser = "balsoft";
environment.loginShellInit = "sudo /run/current-system/sw/bin/lock this; sway"; environment.loginShellInit = "sudo /run/current-system/sw/bin/lock this; [[ $(tty) == /dev/tty1 ]] && sway";
security.pam.u2f = { security.pam.u2f = {
control = "sufficient"; control = "sufficient";