hass: enable zfs

This commit is contained in:
Aaron Bieber 2022-09-08 12:06:57 -06:00
parent 5b10e9d4d5
commit eee9eea3ea
No known key found for this signature in database

View File

@ -13,7 +13,7 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
#boot.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = [ "zfs" ];
#boot.zfs.devNodes = "/dev/";
networking.hostName = "hass";