diff options
| author | LLLL Colonq <llll@colonq> | 2025-06-01 20:21:09 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-06-01 20:21:09 -0400 |
| commit | 083a22f0d8940c7e0a198c473b8605cbc9611d3e (patch) | |
| tree | e0f80eef607ee9ce7d805ef061a7707fa436fc1a /flake.nix | |
| parent | 6e4e9625e70058b5ef0dbef3533b506e2d085b70 (diff) | |
Update ports for fig-web
Diffstat (limited to 'flake.nix')
| -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 { |
