diff --git a/recipes/extra-repos-rawhide.yml b/recipes/extra-repos-rawhide.yml new file mode 100644 index 0000000..948b94e --- /dev/null +++ b/recipes/extra-repos-rawhide.yml @@ -0,0 +1,5 @@ +modules: + - type: rpm-ostree + install: + - https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm + - https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm \ No newline at end of file diff --git a/recipes/recipe-rawhide.yml b/recipes/recipe-rawhide.yml index fb19f9b..19dfd6c 100644 --- a/recipes/recipe-rawhide.yml +++ b/recipes/recipe-rawhide.yml @@ -18,6 +18,7 @@ modules: # while putting files in /etc/ is done on booted system by system administrators. # read more about this in files module reference. + - from-file: extra-repos-rawhide.yml - from-file: system76-power-rawhide.yml - from-file: cosmic-desktop-rawhide.yml - from-file: common-packages.yml