diff --git a/recipes/common/desktop-modules.yml b/recipes/common/desktop-modules.yml index 1b578588..8313e4c6 100644 --- a/recipes/common/desktop-modules.yml +++ b/recipes/common/desktop-modules.yml @@ -11,6 +11,7 @@ modules: scripts: - installsignedkernel.sh - from-file: common/desktop-packages.yml + - from-file: common/subresource-filter-packages.yml - from-file: common/desktop-scripts.yml - type: fonts fonts: diff --git a/recipes/common/desktop-packages.yml b/recipes/common/desktop-packages.yml index 70b4846b..e706575e 100644 --- a/recipes/common/desktop-packages.yml +++ b/recipes/common/desktop-packages.yml @@ -6,7 +6,6 @@ repos: install: - headsetcontrol - trivalent - - trivalent-subresource-filter - secureblue-logos - mediainfo - bubblejail diff --git a/recipes/common/subresource-filter-packages.yml b/recipes/common/subresource-filter-packages.yml new file mode 100644 index 00000000..5cce853e --- /dev/null +++ b/recipes/common/subresource-filter-packages.yml @@ -0,0 +1,5 @@ +type: rpm-ostree +repos: + - https://copr.fedorainfracloud.org/coprs/secureblue/hardened-chromium/repo/fedora-%OS_VERSION%/secureblue-hardened-chromium-fedora-%OS_VERSION%.repo +install: + - trivalent-subresource-filter \ No newline at end of file