Skip to content

Commit

Permalink
add drifvarkaden to wg
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Dec 29, 2024
1 parent ae7723c commit c736e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/hades.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
publicKey = "QszePOBh9UBg8v4BNHkY4ZeqBfiLXr5uwDVjTSRqHX0=";
allowedIPs = [ "10.83.1.1/32" ];
}
{
# drifvarkaden
presharedKeyFile = config.age.secrets.wireguard-preshared-key.path;
publicKey = "9O+wjIbvxZq3sVk6gxfoI4jhSCfPOte0dWnMbG3obT0=";
allowedIPs = [ "10.83.2.1/32" ];
}
];
};
networking.firewall.allowedUDPPorts = [ 51800 ];
Expand Down

0 comments on commit c736e79

Please sign in to comment.