foundryvtt: Enable backups

This commit is contained in:
Tristan Daniël Maat 2024-03-12 05:40:49 +01:00
parent f8789ee4d0
commit 329a6c4cf1
Signed by: tlater
GPG key ID: 49670FD774E43268

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"];
};
}