diff --git a/system/users.nix b/system/users.nix index e14519d..7d6b4aa 100644 --- a/system/users.nix +++ b/system/users.nix @@ -7,6 +7,7 @@ # Setup torjus user users.users.torjus = { isNormalUser = true; + initialPassword = "password"; home = "/home/torjus"; description = "Torjus"; shell = pkgs.zsh;