Switch from pacserve to flexo

This commit is contained in:
Marko Korhonen 2023-05-08 17:59:45 +03:00
parent 83996be539
commit 7c2e4a67a7
3 changed files with 1 additions and 16 deletions

View file

@ -135,10 +135,6 @@ dst = "/etc/systemd/system.conf"
src = "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"]
src = "etc/mkinitcpio.d/linux.preset"
dst = "/etc/mkinitcpio.d/linux.preset"
@ -170,12 +166,7 @@ dotfiles = ["d_network", "f_networkd.conf"]
dotfiles = ["f_locale.conf", "f_locale.gen"]
[profiles.Pacman]
dotfiles = [
"f_pacman.conf",
"f_pacman_zsh_hook",
"f_pacserve.service.conf",
"f_sudoers_pacman",
]
dotfiles = ["f_pacman.conf", "f_pacman_zsh_hook", "f_sudoers_pacman"]
[profiles.Mirkwood]
dotfiles = [

View file

@ -14,26 +14,21 @@ CacheDir=/var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
{%@@ endif @@%}
[core]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist
[korhonen_aur]
{%@@ if profile == "Moria" @@%}
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
{%@@ endif @@%}

View file

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