Enable actualbudget on alto

This commit is contained in:
SebastianStork 2025-04-11 22:48:23 +02:00
parent 2194d76230
commit e558859799
3 changed files with 89 additions and 2 deletions

View file

@ -17,8 +17,13 @@ in
target = "localhost:${toString myConfig.hedgedoc.port}";
};
caddyServe.nextcloud = {
inherit (myConfig.nextcloud) subdomain port;
caddyServe = {
nextcloud = {
inherit (myConfig.nextcloud) subdomain port;
};
actualbudget = {
inherit (myConfig.actualbudget) subdomain port;
};
};
};
@ -27,6 +32,11 @@ in
backups.enable = true;
subdomain = "cloud";
};
actualbudget = {
enable = true;
backups.enable = true;
subdomain = "budget";
};
hedgedoc = {
enable = true;
backups.enable = true;