disable wg-quick autostart
This commit is contained in:
parent
a3eead9419
commit
7f01ca9088
@ -66,6 +66,7 @@
|
|||||||
# VPN
|
# VPN
|
||||||
deviceSpecific.vpn.tailscale.enable = true;
|
deviceSpecific.vpn.tailscale.enable = true;
|
||||||
secrets.wg-ataraxia.services = [ "wg-quick-wg0.service" ];
|
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;
|
networking.wg-quick.interfaces.wg0.configFile = config.secrets.wg-ataraxia.decrypted;
|
||||||
|
|
||||||
hardware.firmware = [ pkgs.rtl8761b-firmware ];
|
hardware.firmware = [ pkgs.rtl8761b-firmware ];
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
deviceSpecific.enableVirtualisation = true;
|
deviceSpecific.enableVirtualisation = true;
|
||||||
deviceSpecific.vpn.tailscale.enable = true;
|
deviceSpecific.vpn.tailscale.enable = true;
|
||||||
secrets.wg-dell.services = [ "wg-quick-wg0.service" ];
|
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;
|
networking.wg-quick.interfaces.wg0.configFile = config.secrets.wg-dell.decrypted;
|
||||||
|
|
||||||
boot.blacklistedKernelModules = [
|
boot.blacklistedKernelModules = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user