From 8dc5e133637df038c53af8774225a75dddc853fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Sat, 7 Oct 2023 22:11:39 +0200 Subject: [PATCH] DONTPUSH: Disable foundryvtt for now --- configuration/services/foundryvtt.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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