diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-10 13:12:57 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-10 13:12:57 -0500 |
commit | 2c4e604049ef625049d1fbb6ad241dffea800bea (patch) | |
tree | d05f77d7ea5d7df77277af60681673bfd77c13cf /src/system/files/dnf/dnf.conf | |
parent | 58169328b1ed3b5c2d47ab917d2f9eca9548c15b (diff) |
Add system roles
System roles handle system level configuration like systemd services,
wireguard etc.
Diffstat (limited to 'src/system/files/dnf/dnf.conf')
-rw-r--r-- | src/system/files/dnf/dnf.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/system/files/dnf/dnf.conf b/src/system/files/dnf/dnf.conf new file mode 100644 index 0000000..a3f55fb --- /dev/null +++ b/src/system/files/dnf/dnf.conf @@ -0,0 +1,9 @@ +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=True +best=False +skip_if_unavailable=True +defaultyes=True +max_parallel_downloads=10 +deltarpm=True |