diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 292a6b2..19bfa97 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -37,6 +37,7 @@ in { base = web-domain; }; email = "akkoma@${email-domain}"; + iceshrimp.enable = false; }; matrix = { diff --git a/modules/fedi/iceshrimp/iceshrimp.nix b/modules/fedi/iceshrimp/iceshrimp.nix index 1a14e06..ef47027 100644 --- a/modules/fedi/iceshrimp/iceshrimp.nix +++ b/modules/fedi/iceshrimp/iceshrimp.nix @@ -24,6 +24,15 @@ in dotnetCorePackages.runtime_9_0 ]; + configurePhase = '' + runHook preConfigure + + cd Iceshrimp.Backend + dotnet workload install wasm-tools + + runHook postConfigure + ''; + buildPhase = '' runHook preBuild