forgot a line
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m8s
Evaluate Hydra Jobs / eval-hydra-jobs (pull_request) Successful in 3m23s

This commit is contained in:
ahtlon
2024-11-14 20:02:28 +01:00
parent 2f419a99d7
commit 4320e6b500

View File

@@ -1,5 +1,7 @@
{config, pkgs, ...}:
{
sops.secrets.wireguard_private = {};
# enable NAT
networking.nat.enable = true;
networking.nat.externalInterface = "eth0";
@@ -42,7 +44,6 @@
{ # Feel free to give a meaningfull name
# Public key of the peer (not a file path).
publicKey = "SfokXbgmvSmodgPFoVHjwmHE3nriQ3OTQ+hISU/3eW4=";
# To decrypt the private key to use
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.100.0.2/32" ];