aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ganymede/config.nix')
-rw-r--r--hosts/ganymede/config.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix
index a7a68ea..7b8fbea 100644
--- a/hosts/ganymede/config.nix
+++ b/hosts/ganymede/config.nix
@@ -9,9 +9,11 @@
};
"caddy-env".file = ./caddy-env.age;
- "tsnsrv-authkey".file = ./tsnsrv-authkey.age;
- "wg-key".file = ./ganymede-wg-key.age;
+ "wg-key" = {
+ file = ./ganymede-wg-key.age;
+ owner = "systemd-network";
+ };
};
wireguard = {
@@ -21,7 +23,7 @@
privateKeyFile = config.collinux.secrets."wg-key".path;
peers = {
"mercury" = {
- publicKey = "EDDppGqbLfEwEcHLP3J+bxKVGW16fAcU83K/ZKR2h3A=";
+ publicKey = "dU9CI6OQr0nJXb2JCy3SgqcraK60zuQzFJu3iHG6AAU=";
ip = "100.100.0.5/32";
};
"jupiter" = {