modules/hyprspace: remove incorrect type conversion
This commit is contained in:
parent
50ce107cbc
commit
094c67a60b
1 changed files with 1 additions and 1 deletions
|
@ -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@";
|
||||||
|
|
Loading…
Reference in a new issue