remove initial pw

This commit is contained in:
2025-07-13 18:16:29 +02:00
parent c55fafc7c5
commit 6e6b1fbb37

View File

@@ -7,7 +7,6 @@
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups; ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
in { in {
users.users.cnst = { users.users.cnst = {
initialPassword = "hehehe";
isNormalUser = true; isNormalUser = true;
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = ifTheyExist [ extraGroups = ifTheyExist [