mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
memos: Configure backups
This commit is contained in:
parent
37f47c82a8
commit
eda646d424
2 changed files with 15 additions and 4 deletions
|
|
@ -38,25 +38,26 @@
|
|||
|
||||
filebrowser = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "files.${tailscaleDomain}";
|
||||
doBackups = true;
|
||||
};
|
||||
|
||||
radicale = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "calendar.${tailscaleDomain}";
|
||||
doBackups = true;
|
||||
};
|
||||
|
||||
memos = {
|
||||
enable = true;
|
||||
domain = "memos.${tailscaleDomain}";
|
||||
doBackups = true;
|
||||
};
|
||||
|
||||
actualbudget = {
|
||||
enable = true;
|
||||
doBackups = true;
|
||||
domain = "budget.${tailscaleDomain}";
|
||||
doBackups = true;
|
||||
};
|
||||
|
||||
alloy = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue