From 76e043171c9a6cd7957ddee5d792740ada93b8ce Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 19 Jan 2025 20:46:38 +0100 Subject: reorganize secrets --- hosts/auth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/auth/default.nix') diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index b4c23f1..dbc585c 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -6,7 +6,7 @@ in imports = [ ./keycloak.nix ]; - sops.defaultSopsFile = ../../secrets/auth/secrets.yaml; + sops.defaultSopsFile = ./secrets.yaml; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.secrets = { -- cgit v1.3.1