From 7574de57cf8da20f42f4e51558c3c4f1fabd2e0d Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 2 Mar 2020 13:04:16 +0300 Subject: [PATCH] Update modules/users.nix --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index 934eb64..1d0dea8 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -42,7 +42,7 @@ 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 = { control = "sufficient";