module(wp): isSystemUser=true;

This commit is contained in:
Raito Bezarius 2021-11-22 22:56:57 +01:00
parent ee508bb37c
commit 6a31dcee0b

View file

@ -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} = {};