summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-05-25 19:37:54 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-01 13:15:25 +0000
commit4d837a7a98f1bbc9fd8505794c587488cd5e3324 (patch)
tree98c8eb391e8143244fa69c18ba1d8b37758c3494
parentnixos/gitlab: set port type to `types.port` (diff)
downloadnixpkgs-origin/backport-124404-to-release-21.05.tar.gz
nixos/monero: set port type to `types.port`origin/backport-124404-to-release-21.05
(cherry picked from commit e57465a617f4cc993a7b32f90cb9e095f2b09596)
-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 952d1d47ca67..9a9084e4ce1a 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.