use zfs features in docker

This commit is contained in:
foosinn 2022-01-22 15:33:38 +01:00
parent a1710f0f8f
commit 3f34e58a84

View file

@ -26,6 +26,9 @@ in {
(import ../packages/helm2.nix) (import ../packages/helm2.nix)
]; ];
virtualisation.docker.enable = true; virtualisation.docker = {
enable = true;
storageDriver = "zfs";
};
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
} }