nixos/ombi: set ombi as system user

wip/yesman
Andrei Pampu 3 years ago
parent 5d1f29f0e6
commit e88bf5f13b
No known key found for this signature in database
GPG Key ID: 96BB7FB8A918C47E
  1. 1
      nixos/modules/services/misc/ombi.nix

@ -70,6 +70,7 @@ in {
users.users = mkIf (cfg.user == "ombi") {
ombi = {
isSystemUser = true;
group = cfg.group;
home = cfg.dataDir;
};

Loading…
Cancel
Save