summary refs log tree commit diff
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 a74f6598432..3e5f80960dc 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 = {};
   };
 }