modules/hyprspace: remove incorrect type conversion

This commit is contained in:
Max Headroom 2022-09-26 01:27:12 +02:00
parent 50ce107cbc
commit 094c67a60b

View file

@ -12,7 +12,7 @@ let
interfaceConfig = pkgs.writeText "hyprspace.yml" (builtins.toJSON { interfaceConfig = pkgs.writeText "hyprspace.yml" (builtins.toJSON {
interface = { interface = {
name = "hyprspace"; name = "hyprspace";
listen_port = toString listenPort; listen_port = listenPort;
inherit (myNode.hypr) id; inherit (myNode.hypr) id;
address = "${myNode.hypr.addr}/24"; address = "${myNode.hypr.addr}/24";
private_key = "@HYPRSPACEPRIVATEKEY@"; private_key = "@HYPRSPACEPRIVATEKEY@";