diff --git a/configuration/services/foundryvtt.nix b/configuration/services/foundryvtt.nix index 7bb2286..607defa 100644 --- a/configuration/services/foundryvtt.nix +++ b/configuration/services/foundryvtt.nix @@ -8,11 +8,11 @@ in { imports = [flake-inputs.foundryvtt.nixosModules.foundryvtt]; - services.foundryvtt = { - enable = true; - hostName = domain; - minifyStaticFiles = true; - }; + # services.foundryvtt = { + # enable = true; + # hostName = domain; + # minifyStaticFiles = true; + # }; # Want to start it manually when I need it, not have it constantly # running