summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--users.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/users.nix b/users.nix
index f843634..e376599 100644
--- a/users.nix
+++ b/users.nix
@@ -10,6 +10,12 @@
      		initialHashedPassword = "$y$j9T$r4578Hy9jZHmUH9uSr9OI.$SuR2anRq7EJ1gUJ6vi9qYmZrhLP.o3O5643IG6r5Ap/";
      		extraGroups = [ "wheel" "networkmanager"]; 
    	};
+	users.cnnr = {
+		isNormalUser = true;
+		home = "/home/cnnr";
+		shell = pkgs.zsh;
+		password = "";
+	};
    };
    services.xserver.displayManager.autoLogin = {
    	enable = true;