summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0e74036..4d83efd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {