Compare commits

..

No commits in common. "329a6c4cf1fa9287e5d8339107ed429edbd10dd4" and "07f819cc58c28f2bbdff7ea09e4dd32bb1bb9610" have entirely different histories.

View file

@ -12,8 +12,6 @@ in {
enable = true; enable = true;
hostName = domain; hostName = domain;
minifyStaticFiles = true; minifyStaticFiles = true;
proxySSL = true;
proxyPort = 443;
}; };
# Want to start it manually when I need it, not have it constantly # Want to start it manually when I need it, not have it constantly
@ -35,12 +33,4 @@ in {
proxyPass = "http://localhost:${toString port}"; proxyPass = "http://localhost:${toString port}";
}; };
}; };
services.backups.foundryvtt = {
user = "foundryvtt";
paths = [
config.services.foundryvtt.dataDir
];
pauseServices = ["foundryvtt.service"];
};
} }