diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 19bfa97..292a6b2 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -37,7 +37,6 @@ 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 ef47027..1a14e06 100644 --- a/modules/fedi/iceshrimp/iceshrimp.nix +++ b/modules/fedi/iceshrimp/iceshrimp.nix @@ -24,15 +24,6 @@ in dotnetCorePackages.runtime_9_0 ]; - configurePhase = '' - runHook preConfigure - - cd Iceshrimp.Backend - dotnet workload install wasm-tools - - runHook postConfigure - ''; - buildPhase = '' runHook preBuild