use age config for realsies

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-02-19 17:37:47 -05:00
parent d32d35c5c6
commit f53891121c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
within.services.mara-bot.enable = true; within.services.mara-bot.enable = true;
age.secrets.mara-bot = { age.secrets.mara-bot = {
file = ./secret/mara.age; file = ./secret/mara.age;
path = "/var/lib/mara-bot/config.yaml2"; path = "/var/lib/mara-bot/config.yaml";
owner = "mara-bot"; owner = "mara-bot";
group = "mara-bot"; group = "mara-bot";
}; };