From eee9eea3ea3fad0000753ef92b4bed932e618220 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 8 Sep 2022 12:06:57 -0600 Subject: [PATCH] hass: enable zfs --- hosts/hass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hass/default.nix b/hosts/hass/default.nix index a791ef9..aaf7f30 100644 --- a/hosts/hass/default.nix +++ b/hosts/hass/default.nix @@ -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";