diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-28 17:11:49 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-28 17:11:49 -0500 |
| commit | 096769b390bb90fc451c384f85bc26d3c2744a1c (patch) | |
| tree | ce0dc04df65e98d96285c0c9761a6e34bf05f790 /hosts/office-precision/wg.nix | |
| parent | 8692ac2970b16327103c7ccf30303461005ddc76 (diff) | |
| download | nixos-096769b390bb90fc451c384f85bc26d3c2744a1c.tar.xz nixos-096769b390bb90fc451c384f85bc26d3c2744a1c.zip | |
move hp-envy-office to office-precision
Diffstat (limited to 'hosts/office-precision/wg.nix')
| -rw-r--r-- | hosts/office-precision/wg.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/office-precision/wg.nix b/hosts/office-precision/wg.nix new file mode 100644 index 0000000..763496e --- /dev/null +++ b/hosts/office-precision/wg.nix @@ -0,0 +1,7 @@ +{ config, pkgs, inputs, ... }: { + sops.secrets.wg1.sopsFile = ./resources/secrets/wg.yaml; + + networking.wg-quick.interfaces = { + wg1.configFile = config.sops.secrets.wg1.path; + }; +} |
