module(wp): isSystemUser=true;
This commit is contained in:
parent
ee508bb37c
commit
6a31dcee0b
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in {
|
||||||
};
|
};
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.${cfg.user} = {
|
users.users.${cfg.user} = {
|
||||||
|
isSystemUser = true;
|
||||||
inherit (cfg) group;
|
inherit (cfg) group;
|
||||||
};
|
};
|
||||||
users.groups.${cfg.group} = {};
|
users.groups.${cfg.group} = {};
|
||||||
|
|
Loading…
Reference in a new issue