Revert "Switch from pacserve to flexo"

This reverts commit 9513b9c009.
This commit is contained in:
Marko Korhonen 2023-05-23 21:38:07 +03:00
parent cda6ed5835
commit 7a1dc197e1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 15 additions and 1 deletions

View file

@ -135,6 +135,10 @@ dst = "/etc/systemd/system.conf"
src = "etc/default/cpupower" src = "etc/default/cpupower"
dst = "/etc/default/cpupower" dst = "/etc/default/cpupower"
[dotfiles."f_pacserve.service.conf"]
src = "etc/pacserve/pacserve.service.conf"
dst = "/etc/pacserve/pacserve.service.conf"
[dotfiles."f_mkinitcpio_linux.preset"] [dotfiles."f_mkinitcpio_linux.preset"]
src = "etc/mkinitcpio.d/linux.preset" src = "etc/mkinitcpio.d/linux.preset"
dst = "/etc/mkinitcpio.d/linux.preset" dst = "/etc/mkinitcpio.d/linux.preset"
@ -170,7 +174,12 @@ dotfiles = ["d_network", "f_networkd.conf"]
dotfiles = ["f_locale.conf", "f_locale.gen"] dotfiles = ["f_locale.conf", "f_locale.gen"]
[profiles.Pacman] [profiles.Pacman]
dotfiles = ["f_pacman.conf", "f_pacman_zsh_hook", "f_sudoers_pacman"] dotfiles = [
"f_pacman.conf",
"f_pacman_zsh_hook",
"f_pacserve.service.conf",
"f_sudoers_pacman",
]
[profiles.Mirkwood] [profiles.Mirkwood]
dotfiles = [ dotfiles = [

View file

@ -14,18 +14,22 @@ CacheDir=/var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
{%@@ endif @@%} {%@@ endif @@%}
[core] [core]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[extra] [extra]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[multilib] [multilib]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[korhonen_aur] [korhonen_aur]
{%@@ if profile == "Moria" @@%} {%@@ if profile == "Moria" @@%}
Server = file:///var/www/index.korhonen.cc/repo/arch_linux/$repo/$arch Server = file:///var/www/index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ else @@%} {%@@ else @@%}
Include = /etc/pacman.d/pacserve
Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch Server = https://index.korhonen.cc/repo/arch_linux/$repo/$arch
{%@@ endif @@%} {%@@ endif @@%}

View file

@ -0,0 +1 @@
PACSERVE_ARGS="--multicast --avahi"