[Desktop/Multimedia] Move ffmpeg allow-unfree to multimedia config

This commit is contained in:
Antoine Viallon 2023-05-22 01:10:12 +02:00
parent 792012adaf
commit d8a572d0ea
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 4 additions and 2 deletions

View file

@ -74,6 +74,10 @@ in {
};
security.rtkit.enable = true; # Real-time support for pipewire
aviallon.programs.allowUnfreeList = [
"ffmpeg-full" # Because of unfree codecs
];
# Hardware-agnostic audio denoising
systemd.user.services.pipewire-noise-filter = mkIf cfg.audio.noise-filter.enable {

View file

@ -118,8 +118,6 @@ in
aviallon.programs.allowUnfreeList = [
"unrar" "ark"
"ffmpeg-full" # Because of unfree codecs
];
};
}