diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index cd6041f..9c8da07 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -79,6 +79,7 @@ in lndir ${pkgs.akkoma-fe} $out cp ${themeSrc} $out/static/themes/${theme}.json + rm $out/static/styles.json cp ${pkgs.writeText "styles.json" styles} $out/static/styles.json rm $out/static/terms-of-service.html cp ${tosFile} $out/static/terms-of-service.html