Update to fix ssh vulnerability #117

Manually merged
tlater merged 6 commits from tlater/update-conduit into master 2024-07-02 23:16:33 +01:00
Showing only changes of commit 21cb4eab9c - Show all commits

View file

@ -1,6 +1,7 @@
{ lib { lib
, config , config
, flake-inputs , flake-inputs
, pkgs
, ... , ...
}: }:
let let
@ -15,6 +16,7 @@ in
minifyStaticFiles = true; minifyStaticFiles = true;
proxySSL = true; proxySSL = true;
proxyPort = 443; proxyPort = 443;
package = flake-inputs.foundryvtt.packages.${pkgs.system}.foundryvtt_11;
}; };
# Want to start it manually when I need it, not have it constantly # Want to start it manually when I need it, not have it constantly