summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/work/wireguard.nix8
-rw-r--r--secrets/secrets.nix2
-rw-r--r--secrets/wg_hexa.conf.age (renamed from secrets/wg-gda.conf.age)bin875 -> 875 bytes
3 files changed, 5 insertions, 5 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;
   };
 }
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
index eefcebd..7e79cbd 100644
--- a/secrets/secrets.nix
+++ b/secrets/secrets.nix
@@ -11,7 +11,7 @@ in
 {
   "password.age".publicKeys = allSystems ++ allUsers;
 
-  "wg-gda.conf.age".publicKeys = [
+  "wg_hexa.conf.age".publicKeys = [
     moissanite
   ] ++ allUsers;
 }
diff --git a/secrets/wg-gda.conf.age b/secrets/wg_hexa.conf.age
index d3eeb7a..d3eeb7a 100644
--- a/secrets/wg-gda.conf.age
+++ b/secrets/wg_hexa.conf.age
Binary files differ