mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
wireguard: no autostart
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user