general arch updates plus steam streaming notes
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user