Skip to content

Commit

Permalink
fix(nixos,server): Fix duplicated CIDR ranges for Wireguard peers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 2, 2024
1 parent a89f932 commit d106a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/server/wireguard.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in {
}
{
publicKey = "0XXP3UgA67bcImCB4UOvyno3fhiBx7v6ufd4y4MH1xE=";
allowedIPs = [ "10.0.0.2/28" "fdc9:281f:04d7:9ee9::2/64" ];
allowedIPs = [ "10.0.0.16/28" "fdc9:281f:04d7:9ee9::2/64" ];
}
];
};
Expand Down

0 comments on commit d106a66

Please sign in to comment.