adds memos configuration
This commit is contained in:
parent
90e4691c25
commit
f65c47213c
2 changed files with 19 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ in
|
|||
uptime-kuma
|
||||
homepage
|
||||
actual-server
|
||||
memos
|
||||
|
||||
(
|
||||
{ config, ... }:
|
||||
|
|
@ -66,7 +67,7 @@ in
|
|||
restic.backupPaths = [
|
||||
"/var/backup/vaultwarden"
|
||||
"/data/actual-server"
|
||||
# TODO: Include memos path, maybe uptime kuma
|
||||
"/data/memos"
|
||||
];
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue