diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-12-17 20:35:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-12-17 20:35:36 +0300 |
commit | 313e18cb6119d4b03580d8d34fbec0c78bca872c (patch) | |
tree | 7d3f9583af9422c80fe20ae1dd1747e6b2c9b9a5 /lib/my.nix | |
parent | 2022-12-17 (diff) |
2022-12-17
Diffstat (limited to '')
-rw-r--r-- | lib/my.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { |