From 856d709f8a2d36af5ab8ae7c6d072d628df384a8 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 25 Sep 2026 18:32:01 -0500 Subject: add flex-wg-router net as second ip to office precision and label eth0. autostart=false for wg. add fontconfig --- hosts/office-precision/wg.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/office-precision/wg.nix') diff --git a/hosts/office-precision/wg.nix b/hosts/office-precision/wg.nix index 763496e..97a5239 100644 --- a/hosts/office-precision/wg.nix +++ b/hosts/office-precision/wg.nix @@ -3,5 +3,6 @@ networking.wg-quick.interfaces = { wg1.configFile = config.sops.secrets.wg1.path; + wg1.autostart = false; }; } -- cgit v1.3.1