diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 305f6ee..2791c99 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -21,7 +21,7 @@ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; - boot.zfs.package = pkgs.zfs; + boot.zfs.package = pkgs.zfs_unstable; #boot.zfs.enabled = true; # Mount server data #fileSystems."/srv" = {