diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index b0df1c3..10a5245 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -168,14 +168,14 @@ in { # cp static/logo.png $out/static/logo.png # ''; # }; - "emoji/foxes" = pkgs.stdenvNoCC.mkDerivation { - name = "emoji/foxes"; - src = ./emotes; - dontUnpack = true; - installPhase = '' - cp -r $src $out - ''; - }; + # "emoji/foxes" = pkgs.stdenvNoCC.mkDerivation { + # name = "emoji/foxes"; + # src = ./emotes; + # dontUnpack = true; + # installPhase = '' + # cp -r $src $out + # ''; + # }; "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '' This is a private instance. Requests are not accepted.