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