diff options
-rw-r--r-- | users.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/users.nix b/users.nix index e376599..1d8bc31 100644 --- a/users.nix +++ b/users.nix @@ -14,12 +14,12 @@ isNormalUser = true; home = "/home/cnnr"; shell = pkgs.zsh; - password = ""; + initialHashedPassword = "$y$j9T$l4IthYmD8zW2qCeJZLc/e0$84ROPYc.bOajn6gBNuDjuP9uFI5Ql72nB0ZtK5GuqX8"; }; }; - services.xserver.displayManager.autoLogin = { - enable = true; - user = "sils"; - }; + #services.xserver.displayManager.autoLogin = { + # enable = true; + # user = "sils"; + #}; } |