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