summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--users.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/users.nix b/users.nix
index 1d8bc31..f63d188 100644
--- a/users.nix
+++ b/users.nix
@@ -14,12 +14,12 @@
 		isNormalUser = true;
 		home = "/home/cnnr";
 		shell = pkgs.zsh;
-		initialHashedPassword = "$y$j9T$l4IthYmD8zW2qCeJZLc/e0$84ROPYc.bOajn6gBNuDjuP9uFI5Ql72nB0ZtK5GuqX8";
+		initialHashedPassword = "$y$j9T$NFz0d2coUOvl.hL3YRwEY0$8btvXUoWGWwo11ksdt8eIFUljCkpUe0YliEy7l0odU1";
 	};
    };
-   #services.xserver.displayManager.autoLogin = {
-   #	enable = true;
-   #	user = "sils";
-   #};
+   services.xserver.displayManager.autoLogin = {
+   	enable = true;
+   	user = "sils";
+   };
 
 }