Drop home snapshots, limit root shots to just 5, no btrfs quotas

cc @ryanrhughes
This commit is contained in:
David Heinemeier Hansson
2026-04-23 09:55:59 +02:00
parent 86a9d3e04c
commit 24ad7c7aba
3 changed files with 64 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
# Omarchy snapshots root only for pre-update recovery — kept to 5, no timeline
SUBVOLUME="/"
FSTYPE="btrfs"
NUMBER_LIMIT="5"
NUMBER_LIMIT_IMPORTANT="5"
TIMELINE_CREATE="no"