xmonad: rofi: import more environment variables
[julm/julm-nix.git] / nixos / profiles / wireguard / wg-intra / peers.nix
index ebeb32a07a0f716e4dd9e3a1b2bb1198206a34de..6dd26c14038027cae244d6897d7674d6cadef772 100644 (file)
       dynamicEndpointRefreshSeconds = 60;
     };
   };
+  courge = rec {
+    ipv4 = "192.168.42.7";
+    ips = [ "${ipv4}/24" ];
+    listenPort = 43647;
+    persistentKeepalive = 30;
+    peer = {
+      publicKey = "6f9qhj/MDTm0dehld3zIeDLpGRvbYU1XmRgpYZqkeQU=";
+      allowedIPs = [ "${ipv4}/32" ];
+      dynamicEndpointRefreshSeconds = 60;
+    };
+  };
 }