Cleanup files (moved to sysyadm)

This commit is contained in:
Tobias Reisinger 2025-06-25 01:08:44 +02:00
parent b9d5b166f4
commit a938c74e4a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
34 changed files with 30 additions and 455 deletions

View file

@ -12,41 +12,13 @@ groups=()
depends=(
"intel-ucode"
"amdgpu-fan"
"xf86-video-amdgpu"
"vulkan-radeon"
)
source=(
"boot_loader_entries_arch.conf"
"boot_loader_loader.conf"
"etc_fstab"
"etc_hostname"
"etc_systemd_network_20-wired.network"
"etc_systemd_system_ckb-next-daemon.service"
"etc_udev_rules.d_42-logitech-unify-permissions.rules"
)
sha256sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"amdgpu-fan" "radeontop"
"vulkan-radeon" "vulkan-amdgpu-pro"
"ckb-next"
)
source=()
sha256sums=()
backup=()
. ../utils.sh
package() {
_system_install "boot/loader/entries/arch.conf" "755"
_system_install "boot/loader/loader.conf" "755"
_system_install "etc/fstab"
_system_install "etc/hostname"
_system_install "etc/systemd/network/20-wired.network"
_system_install "etc/systemd/system/ckb-next-daemon.service"
_system_install "etc/udev/rules.d/42-logitech-unify-permissions.rules"
}
# vim: ft=sh

View file

@ -1,5 +0,0 @@
title Arch Linux Portalo
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root="LABEL=arch_portalo" rw quiet splash acpi_enforce_resources=lax

View file

@ -1,3 +0,0 @@
timeout 2
default arch.conf
console-mode keep

View file

@ -1,7 +0,0 @@
LABEL=arch_portalo / ext4 rw,relatime 0 1
LABEL=BOOT_PRTLO /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2
LABEL=games_portalo /mnt/games ext4 rw,relatime 0 2
LABEL=home_portalo /home ext4 rw,relatime 0 2

View file

@ -1 +0,0 @@
portalo

View file

@ -1,5 +0,0 @@
[Match]
Name=enp0s31f6
[Network]
DHCP=yes

View file

@ -1,11 +0,0 @@
[Unit]
Description=Daemon for ckb-next
[Service]
# You must install that file manually
# sudo ln -sf "/home/$(whoami)/.nix-profile/bin/ckb-next-daemon" "/usr/local/bin/"
ExecStart=/usr/local/bin/ckb-next-daemon
Restart=on-failure
[Install]
WantedBy=multi-user.target

View file

@ -1,32 +0,0 @@
# This rule was added by Solaar.
#
# Allows non-root users to have raw access to Logitech devices.
# Allowing users to write to the device is potentially dangerous
# because they could perform firmware updates.
ACTION != "add", GOTO="solaar_end"
SUBSYSTEM != "hidraw", GOTO="solaar_end"
# USB-connected Logitech receivers and devices
ATTRS{idVendor}=="046d", GOTO="solaar_apply"
# Lenovo nano receiver
ATTRS{idVendor}=="17ef", ATTRS{idProduct}=="6042", GOTO="solaar_apply"
# Bluetooth-connected Logitech devices
KERNELS == "0005:046D:*", GOTO="solaar_apply"
GOTO="solaar_end"
LABEL="solaar_apply"
# Allow any seated user to access the receiver.
# uaccess: modern ACL-enabled udev
# udev-acl: for Ubuntu 12.10 and older
TAG+="uaccess", TAG+="udev-acl"
# Grant members of the "plugdev" group access to receiver (useful for SSH users)
#MODE="0660", GROUP="plugdev"
LABEL="solaar_end"
# vim: ft=udevrules