feat: add btrfs + btrbk module for 16TB data disk

- New module: modules/nixos/filesystem/temp-16tb-disk.nix with btrfs kernel support, btrfs-progs + btrbk, LUKS2 auto-unlock, nofail mount, btrbk daily snapshots (14d/4w/3m)
- Registered in flake.nix for lazyworkhorse
- Host config with commented-out enable block (fill UUID when disk reconnected)
This commit is contained in:
2026-06-17 14:51:47 -04:00
parent 5aca97e057
commit 44b8121edb
3 changed files with 130 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
./hosts/lazyworkhorse/configuration.nix
./hosts/lazyworkhorse/hardware-configuration.nix
./modules/nixos/filesystem/hoardingcow-mount.nix
./modules/nixos/filesystem/temp-16tb-disk.nix
./modules/nixos/services/docker_manager.nix
./modules/nixos/services/open_code_server.nix
./modules/nixos/services/ollama_init_custom_models.nix