backyard: enable zfs
This commit is contained in:
parent
263d8ac788
commit
bf5170c67f
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue