summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-06-01 20:01:58 -0400
committerLLLL Colonq <llll@colonq>2025-06-01 20:01:58 -0400
commit6e4e9625e70058b5ef0dbef3533b506e2d085b70 (patch)
treee5247a9438ecc087e710aa7db5c0ac407466154c
parentceba9d63df4ed5f66b4978a95bffcc90c55fc62c (diff)
Update default port
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6d7dbfc..0e74036 100644
--- a/flake.nix
+++ b/flake.nix
@@ -134,7 +134,7 @@
};
busPort = lib.mkOption {
type = lib.types.port;
- default = 32050;
+ default = 32051;
description = "Address of message bus";
};
configFile = lib.mkOption {