demo user can't be a system user

This commit is contained in:
Sebastian 2023-12-23 15:23:40 +01:00
parent 7c73896356
commit ef301777e8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ in
home = cfg.stateDir;
useDefaultShell = true;
group = cfg.group;
isSystemUser = true;
isNormalUser = true;
};
};