about summary refs log tree commit diff
path: root/nixos/modules/services/networking/notbit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/notbit.nix')
-rw-r--r--nixos/modules/services/networking/notbit.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/notbit.nix b/nixos/modules/services/networking/notbit.nix
index 8aaccebccde72..a96e181cb808f 100644
--- a/nixos/modules/services/networking/notbit.nix
+++ b/nixos/modules/services/networking/notbit.nix
@@ -39,13 +39,13 @@ with lib;
       };
 
       port = mkOption {
-        type = types.uniq types.int;
+        type = types.int;
         default = 8444;
         description = "The port which the daemon listens for other bitmessage clients";
       };
 
       nice = mkOption {
-        type = types.uniq types.int;
+        type = types.int;
         default = 10;
         description = "Set the nice level for the notbit daemon";
       };