Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 25, 2023
1 parent e3271f8 commit 81eba0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nixos/configurations/metis/wireguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@
systemd.network.networks.wg0 = {
matchConfig.Name = "wg0";
address = [ "10.231.0.1/16" ];
networkConfig = {
IPMasquerade = "ipv4";
IPForward = true;
};
};
}

0 comments on commit 81eba0d

Please sign in to comment.