diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-25 18:32:01 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-25 18:32:01 -0500 |
| commit | 856d709f8a2d36af5ab8ae7c6d072d628df384a8 (patch) | |
| tree | 10d1d037c253c272bb3c8c3115870500b183f72c /hosts/office-precision/wg.nix | |
| parent | 61965bcf03c9d9f135151ca67ab7eaf71a4851a7 (diff) | |
| download | nixos-856d709f8a2d36af5ab8ae7c6d072d628df384a8.tar.xz nixos-856d709f8a2d36af5ab8ae7c6d072d628df384a8.zip | |
add flex-wg-router net as second ip to office precision and label eth0. autostart=false for wg. add fontconfig
Diffstat (limited to 'hosts/office-precision/wg.nix')
| -rw-r--r-- | hosts/office-precision/wg.nix | 1 |
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; }; } |
