summaryrefslogtreecommitdiff
path: root/modules/hosts/T495/wg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/T495/wg.nix')
-rw-r--r--modules/hosts/T495/wg.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/hosts/T495/wg.nix b/modules/hosts/T495/wg.nix
deleted file mode 100644
index 3881b63..0000000
--- a/modules/hosts/T495/wg.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, pkgs, inputs, ... }: {
- sops.secrets.wg0.sopsFile = ./resources/secrets/wg0.yaml;
-
- networking.wg-quick.interfaces = {
- wg0.configFile = config.sops.secrets.wg0.path;
- };
-}