From d75d0895fa329a265a296e37390e4fba8a312d7d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 12 Jan 2022 21:46:24 +0100 Subject: ... --- system-profiles/zfs.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system-profiles/zfs.nix (limited to 'system-profiles') diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix new file mode 100644 index 00000000..5703f7ed --- /dev/null +++ b/system-profiles/zfs.nix @@ -0,0 +1,7 @@ +{ pkgs, ... } : { + config.boot = { + kernelPackages = pkgs.linuxPackages_5_15; + supportedFilesystems = [ "zfs" ]; + zfs.enableUnstable = true; + }; +} -- cgit v1.2.3