From c6853bf1a11e5c1466d55e047a837a123b94ea8e Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 16 Jun 2021 14:39:45 +0200 Subject: [PATCH] Use ZFS unstable --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index d6c796e..e472262 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,7 @@ blacklistedKernelModules = [ "btusb" ]; supportedFilesystems = [ "zfs" ]; zfs.requestEncryptionCredentials = true; + zfs.enableUnstable = true; }; # Intel CPU tweaks