1
1
Fork 0

backyard: enable zfs

This commit is contained in:
Tim Van Baak 2024-04-16 03:02:23 +00:00
parent 263d8ac788
commit bf5170c67f
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# ZFS support
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "64cc144d";
# 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" ];
beatific.hostName = "backyard"; beatific.hostName = "backyard";
beatific.defaults.tvbSync = false; beatific.defaults.tvbSync = false;