From 21cb4eab9cbaeee6dab27ee9dc0c03b42269839c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 1 Jul 2024 18:34:23 +0200 Subject: [PATCH] foundryvtt: Set foundry version explicitly --- configuration/services/foundryvtt.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/services/foundryvtt.nix b/configuration/services/foundryvtt.nix index e69d2dd..3383ab3 100644 --- a/configuration/services/foundryvtt.nix +++ b/configuration/services/foundryvtt.nix @@ -1,6 +1,7 @@ { lib , config , flake-inputs +, pkgs , ... }: let @@ -15,6 +16,7 @@ in minifyStaticFiles = true; proxySSL = true; proxyPort = 443; + package = flake-inputs.foundryvtt.packages.${pkgs.system}.foundryvtt_11; }; # Want to start it manually when I need it, not have it constantly