initial pw
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user