From 6a5f98cb8e0afa06ed7a12ebc644b2285a576e9d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 15:09:31 +0200 Subject: [PATCH] Slim even more --- default/pacman/pacman.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/default/pacman/pacman.conf b/default/pacman/pacman.conf index 10239f2e..1d4ab7b4 100644 --- a/default/pacman/pacman.conf +++ b/default/pacman/pacman.conf @@ -12,15 +12,10 @@ DownloadUser = alpm # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional +SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional -# REPOSITORIES -# - pacman will search repositories in the order defined here -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture +# pacman searches repositories in the order defined here [core] Include = /etc/pacman.d/mirrorlist