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 b069526c768a5..3903a2c708cbc 100644
--- a/nixos/modules/services/networking/freenet.nix
+++ b/nixos/modules/services/networking/freenet.nix
@@ -26,7 +26,7 @@ in
       };
 
       nice = mkOption {
-        type = types.uniq types.int;
+        type = types.int;
         default = 10;
         description = "Set the nice level for the Freenet daemon";
       };