summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-05-25 19:37:54 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-05-30 14:38:20 +0200
commite57465a617f4cc993a7b32f90cb9e095f2b09596 (patch)
treea1de0dc16991689077267fabb623f6ace9813895
parentcc5517da4c2221ee42163b69e1648cc472fcba0e (diff)
downloadnixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar.gz
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar.bz2
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar.lz
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar.xz
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.tar.zst
nixpkgs-e57465a617f4cc993a7b32f90cb9e095f2b09596.zip
nixos/monero: set port type to `types.port`
-rw-r--r--nixos/modules/services/networking/monero.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/monero.nix b/nixos/modules/services/networking/monero.nix
index 952d1d47ca6..9a9084e4ce1 100644
--- a/nixos/modules/services/networking/monero.nix
+++ b/nixos/modules/services/networking/monero.nix
@@ -110,7 +110,7 @@ in
       };
 
       rpc.port = mkOption {
-        type = types.int;
+        type = types.port;
         default = 18081;
         description = ''
           Port the RPC server will bind to.