How I automated my workstations before I started using bootc
Find a file
2024-02-02 15:40:15 +00:00
host_vars Checkpoint 2024-02-02 15:40:15 +00:00
roles Checkpoint 2024-02-02 15:40:15 +00:00
.gitignore Another overdue checkpoint 2022-04-25 12:48:36 +01:00
bootstrap.sh Another overdue checkpoint 2022-04-25 12:48:36 +01:00
desktop.yml Checkpoint 2024-02-02 15:40:15 +00:00
dump.yml Overdue commit 2021-11-16 15:23:42 +00:00
hosts Checkpoint 2024-02-02 15:40:15 +00:00
k8s.yml Checkpoint 2024-02-02 15:40:15 +00:00
laptop.yml Checkpoint 2024-02-02 15:40:15 +00:00
nano.yml Checkpoint 2024-02-02 15:40:15 +00:00
parsec.sh Overdue commit 2021-11-16 15:23:42 +00:00
README.md Checkpoint 2024-02-02 15:40:15 +00:00
requirements.yml Overdue commit 2021-11-16 15:23:42 +00:00
server.yml Checkpoint 2024-02-02 15:40:15 +00:00
work.yml Checkpoint 2024-02-02 15:40:15 +00:00

Laptop notes

  • Copy syncthing podman data
  • Can't boot Fedora without proprietary Nvidia graphics driver
  • Upgrading the kernel in the same boot as installing nvidia graphics driver means the new kernel doesn't have the right parameters
  • Fractional scaling for Wayland gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
  • Fix Nvidia sleep sudo systemctl enable nvidia-{suspend,resume,hibernate}
  • Write grub kernel params if needed sudo grub2-mkconfig -o "$(readlink -e /etc/grub2.cfg)"
  • Activate tailscale
  • Zoom needs enableAlphaBuffer=false in ~/.config/zoomus.conf
  • fstab needs UUID=EC77-5380 /mnt/Beta exfat defaults,uid=jonathan 0 0 and /home/jonathan/.steam/steam/steamapps/compatdata /mnt/Beta/SteamLibrary/steamapps/compatdata none defaults,bind,x-systemd.requires-mounts-for=/mnt/Beta 0 0
  • Need to install and configure Coolero
  • Configure startup apps in Gnome Tweaks
  • sudo grub-reboot "$(grep -i windows /boot/grub/grub.cfg|cut -d"'" -f2)"