diff options
| author | Daniel Nagy <danielnagy@posteo.de> | 2021-05-25 19:37:54 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 13:15:25 +0000 |
| commit | 4d837a7a98f1bbc9fd8505794c587488cd5e3324 (patch) | |
| tree | 98c8eb391e8143244fa69c18ba1d8b37758c3494 | |
| parent | nixos/gitlab: set port type to `types.port` (diff) | |
| download | nixpkgs-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.nix | 2 |
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. |
