forked from fabian/nix
vps: enable borg backups
This commit is contained in:
parent
943deed8bd
commit
db0040dcf4
3 changed files with 50 additions and 0 deletions
|
@ -22,6 +22,7 @@ with lib; {
|
|||
host = "127.0.0.1";
|
||||
port = 8458;
|
||||
noAuthentication = false;
|
||||
noBackup = true; # I already backup the whole dataDir, so no need for this
|
||||
instanceName = "posixlycorrect";
|
||||
dataDir = "/var/lib/trilium";
|
||||
nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue