Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
rm whitespace: modules/luni/server.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlett authored and Skarlett committed Aug 17, 2023
1 parent 543f68f commit f509573
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/luni/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ in
allowedUDPPorts = [ cfg.port ];
};



boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
boot.kernel.sysctl."net.ipv6.conf.all.ip_forward" = 1;
# fd01:8cae:d246:5f03:XXXX:XXXX:XXXX:XXXX
Expand All @@ -73,9 +71,6 @@ in
# ${pkgs.iptables}/bin/ip6tables -D FORWARD -i wg0 -j ACCEPT
# ${pkgs.iptables}/bin/ip6tables -t nat -D POSTROUTING -s fdc9:281f:04d7:9ee9::1/64 -o eth0 -j MASQUERADE
# '';



peers = cfg.peers;
ips = cfg.ips;
listenPort = cfg.port;
Expand Down

0 comments on commit f509573

Please sign in to comment.