From 3af6673ab362675a85bb6bb4cf0f7706ae6bdfab Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 16 Sep 2026 18:13:24 -0500 Subject: replace T495 config for T430 --- hosts/T495/wg.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 hosts/T495/wg.nix (limited to 'hosts/T495/wg.nix') diff --git a/hosts/T495/wg.nix b/hosts/T495/wg.nix deleted file mode 100644 index 7b98ad8..0000000 --- a/hosts/T495/wg.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, inputs, ... }: { - sops.secrets.wg0 = { sopsFile = ./resources/secrets/wg.yaml; key = "wg0"; }; # Office - sops.secrets.wg1 = { sopsFile = ./resources/secrets/wg.yaml; key = "wg1"; }; # Home - - networking.wg-quick.interfaces = { - wg0.configFile = config.sops.secrets.wg0.path; - wg1.configFile = config.sops.secrets.wg1.path; - }; -} -- cgit v1.2.3