Merge pull request #120637 from andreisergiu98/ombi-update

This commit is contained in:
Sandro
2021-04-30 12:57:15 +02:00
committed by GitHub
2 changed files with 11 additions and 21 deletions
+1
View File
@@ -70,6 +70,7 @@ in {
users.users = mkIf (cfg.user == "ombi") {
ombi = {
isSystemUser = true;
group = cfg.group;
home = cfg.dataDir;
};