From 313e18cb6119d4b03580d8d34fbec0c78bca872c Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 17 Dec 2022 20:35:36 +0300 Subject: 2022-12-17 --- lib/my.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/my.nix b/lib/my.nix index 9b999a5..08db155 100644 --- a/lib/my.nix +++ b/lib/my.nix @@ -148,6 +148,7 @@ with lib; configurations = { manwe = { + system = "x86_64-linux"; isHeadless = true; ipv4 = { gatewayAddress = "@IPV4_ADDRESS@"; @@ -252,6 +253,11 @@ with lib; mairon = { system = "aarch64-darwin"; isHeadful = true; + wireguard = { + ipv4.address = "10.69.4.2"; + ipv6.address = "fd69::4:2"; + publicKey = "@PUBLIC_KEY@"; + }; }; gothmog = { -- cgit v1.2.3