add hledger

This commit is contained in:
Joakim Repomaa
2025-05-26 09:36:55 +03:00
parent d625368bd0
commit 027ae0bef8
8 changed files with 80 additions and 1 deletions

View File

@@ -41,5 +41,9 @@
file = ../../secrets/hastebin-tokens.age;
owner = if (config.services.hastebin.enable) then config.users.users.hastebin.name else "root";
};
hledger-basic-auth = {
file = ../../secrets/hledger-basic-auth.age;
owner = if (config.services.hledger-web.enable) then "nginx" else "root";
};
};
}