Useless comment and args
Some checks failed
/ test (push) Failing after 37m55s

This commit is contained in:
Andrea Ciceri 2025-04-24 11:55:01 +02:00
parent 652fbe4026
commit a32c23d474
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,5 @@
{
lib,
config,
vpn,
...
}:
{

View file

@ -9,7 +9,7 @@
networking.nat.enable = true;
networking.firewall.allowedUDPPorts = [ config.networking.wireguard.interfaces.wg0.listenPort ]; # FIXME move this to wireguard-server
networking.firewall.allowedUDPPorts = [ config.networking.wireguard.interfaces.wg0.listenPort ];
networking.wireguard.interfaces.wg0 = {
ips = [ "${vpn.${config.networking.hostName}.ip}/24" ];