about summary refs log tree commit diff
path: root/lib/my.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-11-20 23:14:33 +0300
committerAzat Bahawi <azat@bahawi.net>2022-11-20 23:14:33 +0300
commit3229e56e0d3620ddc735edcfbbefb167efa3b23f (patch)
tree5000ad05647c66687244dbd0ef29e0b29a3a6241 /lib/my.nix
parent2022-11-10 (diff)
2022-11-20
Diffstat (limited to '')
-rw-r--r--lib/my.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/my.nix b/lib/my.nix
index ac31734..f9c6a35 100644
--- a/lib/my.nix
+++ b/lib/my.nix
@@ -209,6 +209,15 @@ with lib;
               domains = with my.domain; ["flood.${shire}"];
               syncthing.id = "@SYNCTHING_ID@";
             };
+            eonwe = {
+              isHeadful = true;
+              wireguard = {
+                ipv4.address = "10.69.3.1";
+                ipv6.address = "fd69::3:1";
+                publicKey = "@PUBLIC_KEY@";
+              };
+              syncthing.id = "@SYNCTHING_ID@";
+            };
             melian = {
               isHeadful = true;
               wireguard = {

Consider giving Nix/NixOS a try! <3