diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:21:26 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:21:26 -0500 |
| commit | 976b05f815351b47146c7f8faf0ebb9fa9c733e9 (patch) | |
| tree | 7da7df2c920c4e6559697b5628d19dabdc4686f8 /hosts/T430/wg.nix | |
| parent | 0d33665b7676b533a5d8b7ead830b0faa4113743 (diff) | |
| download | nixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.tar.xz nixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.zip | |
wg configs for T430 w/o autostart
Diffstat (limited to 'hosts/T430/wg.nix')
| -rw-r--r-- | hosts/T430/wg.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/T430/wg.nix b/hosts/T430/wg.nix index 7b98ad8..00023b9 100644 --- a/hosts/T430/wg.nix +++ b/hosts/T430/wg.nix @@ -5,5 +5,7 @@ networking.wg-quick.interfaces = { wg0.configFile = config.sops.secrets.wg0.path; wg1.configFile = config.sops.secrets.wg1.path; + wg0.autostart = false; + wg1.autostart = false; }; } |
