1
0
Fork 0
forked from fabian/nix

vps: enable borg backups

This commit is contained in:
Fabian Montero 2025-08-27 18:55:31 -06:00
parent 943deed8bd
commit db0040dcf4
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 50 additions and 0 deletions

View file

@ -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 = {