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:
Menno van Leeuwen 2025-03-12 10:49:03 +01:00
parent 3cab876224
commit 4fa5ec9dc5
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
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 }

View File

@ -406,10 +406,8 @@ check_compatibility() {
log_success "Detected Ubuntu. Proceeding with setup..."
check_command_availibility "apt"
;;
Arch*)
log_warning "Detected Arch Linux. Setup has not been tested on Arch Linux."
log_warning "Proceed at your own risk..."
check_command_availibility "pacman"
Debian*)"
check_command_availibility "apt"
;;
*)
die "Unsupported distribution: $distro"