diff options
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -318,7 +318,7 @@ }; busPort = lib.mkOption { type = lib.types.port; - default = 32050; + default = 32051; description = "Address of message bus"; }; configFile = lib.mkOption { @@ -363,7 +363,7 @@ }; busPort = lib.mkOption { type = lib.types.port; - default = 32050; + default = 32051; description = "Address of message bus"; }; configFile = lib.mkOption { |
