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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/peerflix.nix b/nixos/modules/services/torrent/peerflix.nix
index 0360deac08bb..38fbd3b226cd 100644
--- a/nixos/modules/services/torrent/peerflix.nix
+++ b/nixos/modules/services/torrent/peerflix.nix
@@ -20,7 +20,7 @@ in {
     enable = mkOption {
       description = "Whether to enable peerflix service.";
       default = false;
-      type = types.uniq types.bool;
+      type = types.bool;
     };
 
     stateDir = mkOption {