nixos/ombi: set ombi as system user

This commit is contained in:
Andrei Pampu 2021-04-29 10:52:02 +03:00
parent 5d1f29f0e6
commit e88bf5f13b
No known key found for this signature in database
GPG key ID: 96BB7FB8A918C47E

View file

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