Improve the foundryvtt service #97

Manually merged
tlater merged 2 commits from tlater/improve-foundry into master 2024-03-13 01:43:56 +00:00
Showing only changes of commit 329a6c4cf1 - Show all commits

View file

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