summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-06 08:24:46 +0200
committermakefu <github@syntax-fehler.de>2021-06-06 08:24:46 +0200
commitae057d079518df8d335be90d8ba281bb5bf20159 (patch)
tree54a51fcb690d37edc796dc4d0b01d7fc74cbeea6 /makefu
parentf7dfc2c43ad99f5971b12a6f6a8c88cca3634f77 (diff)
ma x13: boot.zfs.enableUnstable = true;
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/x/x13/zfs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/x/x13/zfs.nix b/makefu/1systems/x/x13/zfs.nix
index adfebbf9..d6b99df4 100644
--- a/makefu/1systems/x/x13/zfs.nix
+++ b/makefu/1systems/x/x13/zfs.nix
@@ -13,6 +13,7 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
+ boot.zfs.enableUnstable = true; # required for 21.05
fileSystems."/" =
{ device = "zroot/root/nixos";
fsType = "zfs";