From a327876e253b464c049faeafeb24ab2687425014 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 28 Nov 2022 10:19:48 +0100 Subject: Remove root, add wg-quick-wg0 after unbound --- nix/deuxfleurs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index e2c1c17..edf97fb 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -210,6 +210,7 @@ in services.resolved.enable = false; # Configure Wireguard VPN between all nodes + systemd.services."wg-quick-wg0".after = [ "unbound.service" ]; networking.wg-quick.interfaces.wg0 = { address = [ "${cfg.cluster_ip}/16" ]; listenPort = cfg.wireguard_port; -- cgit v1.2.3