diff --git a/root/etc/pacman.conf b/root/etc/pacman.conf index aa23854..0d193a1 100755 --- a/root/etc/pacman.conf +++ b/root/etc/pacman.conf @@ -21,14 +21,6 @@ Include = /etc/pacman.d/cachyos-v3-mirrorlist Include = /etc/pacman.d/pacserve Include = /etc/pacman.d/cachyos-mirrorlist -[korhonen_aur] -{%@@ if profile == "Moria" @@%} -Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch -{%@@ else @@%} -Include = /etc/pacman.d/pacserve -Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch -{%@@ endif @@%} - [core] Include = /etc/pacman.d/pacserve Include = /etc/pacman.d/mirrorlist @@ -44,3 +36,12 @@ Include = /etc/pacman.d/mirrorlist [multilib] Include = /etc/pacman.d/pacserve Include = /etc/pacman.d/mirrorlist + +[korhonen_aur] +{%@@ if profile == "Moria" @@%} +Server = file:///docker/index.korhonen.cc/repo/arch_linux/$repo/$arch +{%@@ else @@%} +Include = /etc/pacman.d/pacserve +Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch +{%@@ endif @@%} +