commit afa9e15395bf7160b98db083ecfc9975d08ec83c
parent 8de3c69a31e19e202c303f731bad4258a38ac538
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 22:46:14 +0200
use correct sops key
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -167,7 +167,7 @@
sops.secrets.marcel_initial_password.neededForUsers = true;
sops.secrets.root_initial_password.neededForUsers = true;
- sops.secrets."wireguard/privateKey" = { };
+ sops.secrets."wireguard/private_key" = { };
networking = {
hostName = "worker-1";
enableIPv6 = true;
@@ -187,7 +187,7 @@
wg0 = {
ips = [ "10.100.0.1/24" ];
listenPort = 51820;
- privateKeyFile = config.sops.secrets."wireguard/privateKey".path;
+ privateKeyFile = config.sops.secrets."wireguard/private_key".path;
table = "off";
peers = [