s-e: add emotes

This commit is contained in:
41666 2024-04-21 09:41:25 -04:00
parent c56caf3430
commit 56b57a33ce

View file

@ -5,6 +5,7 @@
}; };
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys); secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
secretRef = key: { _secret = config.sops.secrets.${key}.path; }; secretRef = key: { _secret = config.sops.secrets.${key}.path; };
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
in { in {
imports = [ imports = [
inputs.tachikoma.nixosModules.default inputs.tachikoma.nixosModules.default
@ -182,10 +183,10 @@ in {
# ''; # '';
# }; # };
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
"emoji/hearts" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.hearts; "emoji/hearts" = fediEmotes.lightrunner-custom.hearts;
"emoji/anime" = inputs.fedi-emotes.packages.${pkgs.system}.lightrunner-custom.anime; "emoji/anime" = fediEmotes.lightrunner-custom.anime;
# "emoji/blobfox" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.blobfox; # "emoji/blobfox" = fediEmotes.volpeon.blobfox;
# "emoji/neocat" = inputs.fedi-emotes.packages.${pkgs.system}.volpeon.neocat; # "emoji/neocat" = fediEmotes.volpeon.neocat;
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" '' "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
This is a private instance. Requests are not accepted. This is a private instance. Requests are not accepted.