1
1
Fork 0

backyard: import pool on boot

This commit is contained in:
Tim Van Baak 2024-04-24 04:32:35 +00:00
parent 66fb553ab7
commit 97a643945d
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
networking.hostId = "64cc144d"; networking.hostId = "64cc144d";
# https://old.reddit.com/r/zfs/comments/1826lgs/psa_its_not_block_cloning_its_a_data_corruption/ # https://old.reddit.com/r/zfs/comments/1826lgs/psa_its_not_block_cloning_its_a_data_corruption/
boot.kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ]; boot.kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
boot.zfs.extraPools = [ "pool" ];
beatific.hostName = "backyard"; beatific.hostName = "backyard";
beatific.defaults.tvbSync = false; beatific.defaults.tvbSync = false;