From e804540cdf25f19cf0eecd8c39d4efaa67adc2eb Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 13 Jul 2025 17:41:51 +0200 Subject: [PATCH] initial pw --- hosts/sobotka/default.nix | 1 + 1 file changed, 1 insertion(+) 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 [