general arch updates plus steam streaming notes

This commit is contained in:
2024-03-02 15:31:01 -05:00
parent 550e5f8e50
commit b50a1ed6c5
11 changed files with 107 additions and 13 deletions

View File

@@ -6,6 +6,7 @@
- [Tweaks](#tweaks)
- [systemd-cryptenroll](#systemd-cryptenroll)
- [Certbot for Cockpit](#certbot-for-cockpit)
- [Backups](#backups)
## First boot
@@ -236,3 +237,10 @@ systemctl enable --now certbot-renew.timer
```
Cockpit now has a valid TLS certificate that auto-renews!
## Backups
```bash
# Create an LVM snapshot
lvcreate -L 1GB -s -n test /dev/fedora_orange/root
```