This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Drumknott NixOS Installation Script | |
| # Run from NixOS installer console (not SSH - causes crashes with ZFS) | |
| # | |
| # Storage Layout: | |
| # - tank: HDD mirror (primary storage, boot) | |
| # - NVMe: L2ARC cache + metadata special vdev | |
| # - EFI: On all 4 disks for boot from any disk | |
| # |
OlderNewer