From 925a7948a5197de6846406882534ff0e1b133179 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:00:07 +0200 Subject: [PATCH] Fix sops env file name conflict --- hosts/franz/arion/auth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/franz/arion/auth/default.nix b/hosts/franz/arion/auth/default.nix index 90afd04..e45da14 100644 --- a/hosts/franz/arion/auth/default.nix +++ b/hosts/franz/arion/auth/default.nix @@ -20,7 +20,7 @@ in { owner = vars.user; }; - sops.templates."postgres.env" = { + sops.templates."auth-postgres.env" = { path = "/home/${vars.user}/.docker/auth/postgres.env"; owner = vars.user; mode = "0775"; @@ -31,7 +31,7 @@ in { ''; }; - sops.templates."authentik.env" = { + sops.templates."auth-authentik.env" = { path = "/home/${vars.user}/.docker/auth/authentik.env"; owner = vars.user; mode = "0775";