From d32d35c5c61d221a801d78d03f1f5e71eac2fa58 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 17:36:05 -0500 Subject: [PATCH] add mara config to agenix better Signed-off-by: Xe --- hosts/chrysalis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chrysalis/default.nix b/hosts/chrysalis/default.nix index e63b5a5..22f142d 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -52,7 +52,7 @@ within.services.mara-bot.enable = true; age.secrets.mara-bot = { - file = ./mara.age; + file = ./secret/mara.age; path = "/var/lib/mara-bot/config.yaml2"; owner = "mara-bot"; group = "mara-bot";