summaryrefslogtreecommitdiffstats
path: root/hosts/office-precision/wg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/office-precision/wg.nix')
-rw-r--r--hosts/office-precision/wg.nix1
1 files changed, 1 insertions, 0 deletions
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;
};
}