noninteractive: simplify the nixos user creation
This commit is contained in:
parent
78065dbf9f
commit
6dd73e10d7
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@
|
|||
users.users.nixos = {
|
||||
isSystemUser = true;
|
||||
isNormalUser = lib.mkForce false;
|
||||
group = "nixos";
|
||||
};
|
||||
users.users.nixos.group = "nixos";
|
||||
users.groups.nixos = {};
|
||||
|
||||
# we are missing this from base.nix
|
||||
|
|
Loading…
Reference in a new issue