diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf new file mode 100644 index 00000000..aae96375 --- /dev/null +++ b/etc/dnf/dnf.conf @@ -0,0 +1,8 @@ +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=True +best=False +skip_if_unavailable=True +# Explicitly enable finding the fastest mirror +fastestmirror=true diff --git a/etc/yum.repos.d/README.md b/etc/yum.repos.d/README.md new file mode 100644 index 00000000..ddda086d --- /dev/null +++ b/etc/yum.repos.d/README.md @@ -0,0 +1,5 @@ +dnf still reads this repository apparently, and the repos I end up adding: + +* https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311 +* https://www.insynchq.com/ +* https://rpmfusion.org/Configuration