From 3f0894f4537d7931e1d42721893b61c57e4787ee Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 11:57:32 +0200 Subject: explicitly enable wireguard --- hosts/dishwasher/oxalab.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/dishwasher') diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix index b6521cf..ba5e9b0 100644 --- a/hosts/dishwasher/oxalab.nix +++ b/hosts/dishwasher/oxalab.nix @@ -1,5 +1,6 @@ { config, ... }: { + networking.wireguard.enable = true; systemd.network = { netdevs."oxalab" = { netdevConfig = { -- cgit v1.3.1