1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

wireguard: no autostart

This commit is contained in:
2024-10-01 22:28:04 +02:00
parent 904cc4401e
commit c1b58f7038

View File

@@ -2,6 +2,7 @@
{ {
networking.firewall.allowedUDPPorts = [ 51820 ]; networking.firewall.allowedUDPPorts = [ 51820 ];
networking.wg-quick.interfaces.aether = { networking.wg-quick.interfaces.aether = {
autostart = false;
dns = ["192.168.178.1" "fritz.box"]; dns = ["192.168.178.1" "fritz.box"];
listenPort = 51820; listenPort = 51820;
privateKeyFile = config.age.secrets.wireguard-aether-key.path; privateKeyFile = config.age.secrets.wireguard-aether-key.path;