Remove obsolete files

This commit is contained in:
Marko Korhonen 2025-04-07 15:28:10 -05:00
parent 3d99beff23
commit d95766012d
3 changed files with 13 additions and 13 deletions

View file

@ -8,6 +8,10 @@ SigLevel = Required DatabaseOptional
Architecture = auto Architecture = auto
LocalFileSigLevel = Optional LocalFileSigLevel = Optional
CacheDir = /var/cache/pacman/pkg CacheDir = /var/cache/pacman/pkg
{%@@ if profile == "Moria" @@%}
CleanMethod=KeepCurrent
CacheDir= /var/www/index.korhonen.cc/repo/arch_linux/korhonen_aur/x86_64
{%@@ endif @@%}
[core] [core]
Include = /etc/pacman.d/pacserve Include = /etc/pacman.d/pacserve
@ -20,3 +24,12 @@ Include = /etc/pacman.d/mirrorlist
[multilib] [multilib]
Include = /etc/pacman.d/pacserve Include = /etc/pacman.d/pacserve
Include = /etc/pacman.d/mirrorlist 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,3 +0,0 @@
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --skip-login --nonewline --noissue --autologin {{@@ env['USRNAME'] @@}} --noclear %I $TERM

View file

@ -1,10 +0,0 @@
[Unit]
Description=qBittorrent Daemon Service
After=network.target
[Service]
User=qbtuser
ExecStart=/usr/bin/qbittorrent-nox --webui-port=8080
[Install]
WantedBy=multi-user.target