Convert server to LAN only mode

This commit is contained in:
Marko Korhonen 2025-04-07 15:28:38 -05:00
parent efcbae3c3e
commit 5d87a0be1d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 257 additions and 204 deletions

View file

@ -30,6 +30,5 @@ Include = /etc/pacman.d/mirrorlist
Server = file:///var/www/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%}
Include = /etc/pacman.d/pacserve
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
Server = http://index.korhonen.lan/repo/arch_linux/$repo/$arch
{%@@ endif @@%}