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

@ -1,6 +1,15 @@
# Single source of truth for all host definitions
# Each host specifies its module path, deployment tags, and optional flags
{
actual = {
module = ./actual;
tags = [
"lxc"
"bacco"
"actual"
];
};
arr = {
module = ./arr;
tags = [
@ -34,6 +43,7 @@
"immich"
"firefly-iii"
"paperless"
"actual"
];
};