about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index 1e79543..c94efd0 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -32,6 +32,13 @@
   };
 
   networking.wireless.iwd.enable = true;
+
+  age.secrets.wg-net = {
+    file = ../../secrets/network/aptos/wireguard_privatekey.age;
+    path = "/var/lib/wireguard/wg0.key";
+    symlink = false;
+  };
+
   networking.private-wireguard.enable = true;
 
   services.thermald.enable = true;