foundryvtt: Set foundry version explicitly

This commit is contained in:
Tristan Daniël Maat 2024-07-01 18:34:23 +02:00
parent 9654d599e9
commit 21cb4eab9c
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -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