summaryrefslogtreecommitdiff
path: root/hosts/hp-envy-office/wg.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-03-31 17:29:23 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-03-31 17:29:23 -0500
commit4999c02cb0f37f3c71570065f19196a93c430573 (patch)
tree8fd9b49109479c33aa4451cb244f7eee7fb3729d /hosts/hp-envy-office/wg.nix
parent37f2947426d0dc0f56d6cebbef93ef64120800e4 (diff)
downloadnixos-master.tar.xz
nixos-master.zip
wireguard to wgr and change theme color to blueHEADmaster
Diffstat (limited to 'hosts/hp-envy-office/wg.nix')
-rw-r--r--hosts/hp-envy-office/wg.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/hp-envy-office/wg.nix b/hosts/hp-envy-office/wg.nix
new file mode 100644
index 0000000..763496e
--- /dev/null
+++ b/hosts/hp-envy-office/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;
+ };
+}