Compare commits

..

No commits in common. "a32c23d47494ebe1abc8a61f434488c0a7825059" and "f7b386e25ac40498d1ee73d18a317f7fb168a2ba" have entirely different histories.

3 changed files with 3 additions and 2 deletions

View file

@ -97,7 +97,6 @@
"ib-tws"
"zoom"
"pantalaimon"
"moonlight"
];
extraGroups = [ "plugdev" ];
backupPaths = [ ];

View file

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

View file

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