summary refs log tree commit diff
path: root/modules/work
diff options
context:
space:
mode:
Diffstat (limited to 'modules/work')
-rw-r--r--modules/work/wireguard.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/work/wireguard.nix b/modules/work/wireguard.nix
index bfcf8dd..a025e6d 100644
--- a/modules/work/wireguard.nix
+++ b/modules/work/wireguard.nix
@@ -1,12 +1,12 @@
 { config, ... }:
 
 {
-  age.secrets."wg-gda.conf" = {
-    file = ../../secrets/wg-gda.conf.age;
+  age.secrets."wg_hexa.conf" = {
+    file = ../../secrets/wg_hexa.conf.age;
   };
 
-  networking.wg-quick.interfaces."wg-gda" = {
+  networking.wg-quick.interfaces."wg_hexa" = {
     autostart = false; # no need to start the interface during boot.
-    configFile = config.age.secrets."wg-gda.conf".path;
+    configFile = config.age.secrets."wg_hexa.conf".path;
   };
 }