Commit 68df17e4b5d4

Vincent Demeester <vincent@sbr.pm>
2018-10-09 20:25:20
Move peers list to the asset
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 59253d6
Changed files (1)
profiles/wireguard.server.nix
@@ -15,7 +15,7 @@
       ips = kerkouane.allowedIPs;
       listenPort = main.listenPort;
       privateKeyFile = "/etc/nixos/wireguard.private.key";
-      peers = [ shikoku california honshu ];
+      peers = main.peers;
     };
   };
 }
\ No newline at end of file