summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/torrent/peerflix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/torrent/peerflix.nix')
-rw-r--r--nixos/modules/services/torrent/peerflix.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/peerflix.nix b/nixos/modules/services/torrent/peerflix.nix
index a74f65984328..3e5f80960dc7 100644
--- a/nixos/modules/services/torrent/peerflix.nix
+++ b/nixos/modules/services/torrent/peerflix.nix
@@ -60,6 +60,10 @@ in {
};
};
- users.users.peerflix.uid = config.ids.uids.peerflix;
+ users.users.peerflix = {
+ isSystemUser = true;
+ group = "peerflix";
+ };
+ users.groups.peerflix = {};
};
}