From 6e4e9625e70058b5ef0dbef3533b506e2d085b70 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 1 Jun 2025 20:01:58 -0400 Subject: Update default port --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3