This commit is contained in:
Maurice
2025-10-01 13:44:10 +02:00
parent fcca20714e
commit 6c3919d860
8 changed files with 97 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ echo "Basic setup..."
sed -i 's|^#\(http.*/community\)$|\1|' /etc/apk/repositories
apk update
# Install basic packages
apk add neovim nnn kitty-terminfo curl
# Cron jobs
rc-update add crond
cat << EOF > /etc/periodic/daily/chrony

View File

@@ -6,7 +6,7 @@ rc-update add cgroups
rc-service cgroups start
# Rootless mode
adduser -D podman
adduser -DH podman
modprobe tun
echo tun >> /etc/modules
echo podman:100000:65536 > /etc/subuid