diff --git a/hosts/laptop/akkoma/akkoma.nix b/hosts/laptop/akkoma/akkoma.nix index ff17a81..64f41f0 100644 --- a/hosts/laptop/akkoma/akkoma.nix +++ b/hosts/laptop/akkoma/akkoma.nix @@ -12,7 +12,7 @@ in # name = "mastodon-fe"; # ref = "stable"; # }; - extraPackages = with pkgs; [ zip unzip exiftool ffmpeg_5-headless graphicsmagick-imagemagick-compat ]; + extraPackages = with pkgs; [ zip unzip exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ]; config = { ":pleroma".":instance" = { name = "My Akkoma instance"; diff --git a/hosts/vps1/akkoma/akkoma.nix b/hosts/vps1/akkoma/akkoma.nix index ebbc4ec..e89a050 100644 --- a/hosts/vps1/akkoma/akkoma.nix +++ b/hosts/vps1/akkoma/akkoma.nix @@ -12,7 +12,7 @@ in # name = "mastodon-fe"; # ref = "stable"; # }; - extraPackages = with pkgs; [ zip unzip exiftool ffmpeg_5-headless graphicsmagick-imagemagick-compat ]; + extraPackages = with pkgs; [ zip unzip exiftool ffmpeg-headless graphicsmagick-imagemagick-compat ]; config = { ":pleroma".":instance" = { name = "My Akkoma instance";