summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-12-17 20:35:36 +0300
committerAzat Bahawi <azat@bahawi.net>2022-12-17 20:35:36 +0300
commit313e18cb6119d4b03580d8d34fbec0c78bca872c (patch)
tree7d3f9583af9422c80fe20ae1dd1747e6b2c9b9a5 /lib
parent8f137c28230623259a964484adcf31fe00756594 (diff)
2022-12-17
Diffstat (limited to 'lib')
-rw-r--r--lib/my.nix6
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 = {