Add service ActualBudget
This commit is contained in:
parent
888d0e1271
commit
9d623b94e1
9 changed files with 132 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue