From 094c67a60bac75a549048e2cf4547e88ab644904 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 26 Sep 2022 01:27:12 +0200 Subject: [PATCH] modules/hyprspace: remove incorrect type conversion --- modules/hyprspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@";