feat: comment out old backups in ZFS configuration and update compatibility check for Debian
Some checks failed
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-12 10:49:03 +01:00
parent 3cab876224
commit 4fa5ec9dc5
2 changed files with 4 additions and 6 deletions

View File

@ -53,7 +53,7 @@
- /mnt/downloads
- /mnt/movies
- /mnt/music
- /mnt/old_backups
# - /mnt/old_backups
- /mnt/photos
- /mnt/services
- /mnt/stash
@ -76,7 +76,7 @@
- { path: /mnt/downloads, src: datapool/downloads }
- { path: /mnt/movies, src: datapool/movies }
- { path: /mnt/music, src: datapool/music }
- { path: /mnt/old_backups, src: datapool/old_backups }
# - { path: /mnt/old_backups, src: datapool/old_backups }
- { path: /mnt/photos, src: datapool/photos }
- { path: /mnt/services, src: datapool/services }
- { path: /mnt/stash, src: datapool/stash }