summary refs log tree commit diff
path: root/nixos/modules/tasks
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-16 09:58:54 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-04-14 11:02:24 +0100
commit7663de114a365259f07425aa582b3c5890c00874 (patch)
tree64b2b65cb9f55c5e6b167717e6741d481221adc0 /nixos/modules/tasks
parent615599c6954268f85c88e4beb237a4447ab0e4a3 (diff)
downloadnixlib-7663de114a365259f07425aa582b3c5890c00874.tar
nixlib-7663de114a365259f07425aa582b3c5890c00874.tar.gz
nixlib-7663de114a365259f07425aa582b3c5890c00874.tar.bz2
nixlib-7663de114a365259f07425aa582b3c5890c00874.tar.lz
nixlib-7663de114a365259f07425aa582b3c5890c00874.tar.xz
nixlib-7663de114a365259f07425aa582b3c5890c00874.tar.zst
nixlib-7663de114a365259f07425aa582b3c5890c00874.zip
lxd: 2.16 -> 3.0.0
Diffstat (limited to 'nixos/modules/tasks')
-rw-r--r--nixos/modules/tasks/filesystems/zfs.nix2
1 files changed, 2 insertions, 0 deletions
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 ];