about summary refs log tree commit diff
path: root/nixos/modules/services/networking/freenet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/freenet.nix')
-rw-r--r--nixos/modules/services/networking/freenet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/freenet.nix b/nixos/modules/services/networking/freenet.nix
index e9cacf4a16e8..b069526c768a 100644
--- a/nixos/modules/services/networking/freenet.nix
+++ b/nixos/modules/services/networking/freenet.nix
@@ -20,7 +20,7 @@ in
     services.freenet = {
 
       enable = mkOption {
-        type = types.uniq types.bool;
+        type = types.bool;
         default = false;
         description = "Enable the Freenet daemon";
       };