disable wg-quick autostart

This commit is contained in:
Dmitriy Kholkin 2023-08-11 11:02:05 +03:00
parent a3eead9419
commit 7f01ca9088
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
# VPN
deviceSpecific.vpn.tailscale.enable = true;
secrets.wg-ataraxia.services = [ "wg-quick-wg0.service" ];
networking.wg-quick.interfaces.wg0.autostart = false;
networking.wg-quick.interfaces.wg0.configFile = config.secrets.wg-ataraxia.decrypted;
hardware.firmware = [ pkgs.rtl8761b-firmware ];

View File

@ -29,6 +29,7 @@
deviceSpecific.enableVirtualisation = true;
deviceSpecific.vpn.tailscale.enable = true;
secrets.wg-dell.services = [ "wg-quick-wg0.service" ];
networking.wg-quick.interfaces.wg0.autostart = false;
networking.wg-quick.interfaces.wg0.configFile = config.secrets.wg-dell.decrypted;
boot.blacklistedKernelModules = [