diff --git a/hosts/sobotka/default.nix b/hosts/sobotka/default.nix index d6eb51d1..0dea403b 100644 --- a/hosts/sobotka/default.nix +++ b/hosts/sobotka/default.nix @@ -7,6 +7,7 @@ ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups; in { users.users.cnst = { + initialPassword = "hehehe"; isNormalUser = true; shell = pkgs.fish; extraGroups = ifTheyExist [