From e192781d2a9ff11a8681287ad4ae09607ca226a2 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 9 Jun 2021 18:43:40 +0200 Subject: [PATCH] nixos-module/defaults: enable unstable zfs --- nix/nixos-module/defaults.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nixos-module/defaults.nix b/nix/nixos-module/defaults.nix index a6e1899..601a4e3 100644 --- a/nix/nixos-module/defaults.nix +++ b/nix/nixos-module/defaults.nix @@ -10,6 +10,8 @@ boot.tmpOnTmpfs = true; # Includes wireguard boot.kernelPackages = pkgs.linuxPackages_latest; + # Keep building + boot.zfs.enableUnstable = true; # no persistent logs services.journald.extraConfig = ''