diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 33bf3d0..6a476eb 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -31,9 +31,9 @@ let postPatch = '' ${old.postPatch} - cp ${themeSrc} $out/dist/static/themes/${theme}.json - cp ${pkgs.writeText "styles.json" styles} $out/dist/static/themes - cp ${tosFile} $out/dist/static/terms-of-service.html + cp ${themeSrc} $out/static/themes/${theme}.json + cp ${pkgs.writeText "styles.json" styles} $out/static/themes + cp ${tosFile} $out/static/terms-of-service.html ''; });