From f53891121ce4204f57409cbe9e6fcee3b030a350 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 17:37:47 -0500 Subject: [PATCH] use age config for realsies 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 22f142d..e307040 100644 --- a/hosts/chrysalis/default.nix +++ b/hosts/chrysalis/default.nix @@ -53,7 +53,7 @@ within.services.mara-bot.enable = true; age.secrets.mara-bot = { file = ./secret/mara.age; - path = "/var/lib/mara-bot/config.yaml2"; + path = "/var/lib/mara-bot/config.yaml"; owner = "mara-bot"; group = "mara-bot"; };