Commit bd0dbbee560c

Vincent Demeester <vincent@sbr.pm>
2018-11-25 13:50:43
modules: fix wireguard.server
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ba4fb5d
Changed files (1)
modules
modules/profiles/wireguard.server.nix
@@ -23,7 +23,7 @@ in
     '';
     networking.firewall.allowedUDPPorts = [ 51820 ];
     networking.firewall.trustedInterfaces = [ "wg0" ];
-    networking.wireguard.interfaces = with import ../../../assets/machines.nix; {
+    networking.wireguard.interfaces = with import ../../assets/machines.nix; {
       "wg0" = {
         ips = wireguard.kerkouane.allowedIPs;
         listenPort = wg.listenPort;