Skip to content

Commit

Permalink
fixup! nixos/aplaz: add wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Dec 25, 2023
1 parent 81eba0d commit c2a28b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nixos/configurations/aplaz/wireguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
wireguardPeerConfig = {
PublicKey = "CMb1V4DaIsYRY5dNxZSzQZD6Xnd5/DNyDPJoRtosfgs=";
AllowedIPs = [ "10.231.0.1 " ];
AllowedIPs = [ "10.231.0.1" ];
Endpoint = "llvmws.lyc.dev:20125";
};
}
Expand All @@ -38,9 +38,6 @@
"10.231.0.3/16"
];
DHCP = "no";
gateway = [
"10.231.0.1"
];
networkConfig = {
IPv6AcceptRA = false;
};
Expand Down

0 comments on commit c2a28b3

Please sign in to comment.