diff --git a/modules/hyprspace/default.nix b/modules/hyprspace/default.nix index 9309f2f..61236eb 100644 --- a/modules/hyprspace/default.nix +++ b/modules/hyprspace/default.nix @@ -12,7 +12,7 @@ let interfaceConfig = pkgs.writeText "hyprspace.yml" (builtins.toJSON { interface = { name = "hyprspace"; - listen_port = toString listenPort; + listen_port = listenPort; inherit (myNode.hypr) id; address = "${myNode.hypr.addr}/24"; private_key = "@HYPRSPACEPRIVATEKEY@";