Add service ActualBudget

This commit is contained in:
pazpi 2026-03-26 22:41:11 +01:00
parent 888d0e1271
commit 9d623b94e1
No known key found for this signature in database
9 changed files with 132 additions and 0 deletions

View file

@ -98,6 +98,12 @@ in
host = p.hosts.paperless;
};
actual.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.actual;
};
searx = {
enable = true;
secretFile = config.age.secrets.searx-secret.path;