mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Enable actualbudget on alto
This commit is contained in:
parent
2194d76230
commit
e558859799
3 changed files with 89 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue