FEAT: add tailscale

This commit is contained in:
2025-11-16 20:55:20 +01:00
parent 54a271cbef
commit 068be330f7
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ A qcow image may be built by first calling `make oci` to build the oci image and
- btop - btop
- tmux - tmux
- pciutils - pciutils
- tailscale
- Flatpak (with default repository configured) - Flatpak (with default repository configured)
- Brave - Brave
- VSCode - VSCode

View File

@@ -6,7 +6,7 @@ dnf5 update -y
dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de dnf5 install -y man-pages man-db glibc-langpack-en glibc-langpack-de
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus evolution gnome-shell-extension-appindicator dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control gnome-shell gnome-keyring gnome-keyring-pam gnome-bluetooth gnome-terminal nautilus evolution gnome-shell-extension-appindicator
dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds dnf5 install -y gnome-calculator gnome-disk-utility gnome-backgrounds
dnf5 install -y curl git btop tmux flatpak pciutils dnf5 install -y curl git btop tmux flatpak pciutils tailscale
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
echo "LANG=de_DE.UTF-8" >> /etc/default/locale echo "LANG=de_DE.UTF-8" >> /etc/default/locale
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime