From 7663de114a365259f07425aa582b3c5890c00874 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Fri, 16 Mar 2018 09:58:54 +0000 Subject: lxd: 2.16 -> 3.0.0 --- nixos/modules/tasks/filesystems/zfs.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/tasks/filesystems') diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 50cf30cc48de..c3bf897d51fd 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -305,6 +305,8 @@ in } ]; + virtualisation.lxd.zfsSupport = true; + boot = { kernelModules = [ "spl" "zfs" ] ; extraModulePackages = with packages; [ spl zfs ]; -- cgit 1.4.1