foundryvtt: Enable backups

pull/97/head
Tristan Daniël Maat 2024-03-12 05:40:49 +01:00
parent f8789ee4d0
commit 329a6c4cf1
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 8 additions and 0 deletions

View File

@ -35,4 +35,12 @@ in {
proxyPass = "http://localhost:${toString port}";
};
};
services.backups.foundryvtt = {
user = "foundryvtt";
paths = [
config.services.foundryvtt.dataDir
];
pauseServices = ["foundryvtt.service"];
};
}