summary refs log tree commit diff
path: root/nixos/modules/services/networking/ntopng.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ntopng.nix')
-rw-r--r--nixos/modules/services/networking/ntopng.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ntopng.nix b/nixos/modules/services/networking/ntopng.nix
index ab86f1a5b2b..c1525711713 100644
--- a/nixos/modules/services/networking/ntopng.nix
+++ b/nixos/modules/services/networking/ntopng.nix
@@ -57,7 +57,7 @@ in
 
       http-port = mkOption {
         default = 3000;
-        type = types.uniq types.int;
+        type = types.int;
         description = ''
           Sets the HTTP port of the embedded web server.
         '';