From 96e5b4fa4c6eaf1d169f4f8e82263c7e9e5f8cd9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 7 Oct 2023 19:35:35 +0900 Subject: [PATCH] Update keys --- nixos/hosts/nixos-rpi4-03/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-03/default.nix b/nixos/hosts/nixos-rpi4-03/default.nix index 3b76f330..5aa5e88e 100644 --- a/nixos/hosts/nixos-rpi4-03/default.nix +++ b/nixos/hosts/nixos-rpi4-03/default.nix @@ -54,7 +54,7 @@ # networking.firewall.allowedTCPPorts = [ 22 ]; # Set up the secrets file: - sops.secrets."wireguard_keys/osaka-vultr-03" = { + sops.secrets."wireguard_keys/nixos-rpi4-03" = { owner = "root"; sopsFile = ../../../secrets/wireguard.yaml; };