From c396982ef390b7213eaaab6c6021e33dd2e5ef3c Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 19:29:45 +0200 Subject: [PATCH] moved correctly the thing --- hosts/sisyphe/features/services/akkoma.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 0b885fd..cd6041f 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -79,7 +79,8 @@ in lndir ${pkgs.akkoma-fe} $out cp ${themeSrc} $out/static/themes/${theme}.json - cp ${pkgs.writeText "styles.json" styles} $out/static/themes + 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 ''; };