summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-06-01 20:21:09 -0400
committerLLLL Colonq <llll@colonq>2025-06-01 20:21:09 -0400
commit083a22f0d8940c7e0a198c473b8605cbc9611d3e (patch)
treee0f80eef607ee9ce7d805ef061a7707fa436fc1a
parent6e4e9625e70058b5ef0dbef3533b506e2d085b70 (diff)
Update ports for fig-web
-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 {