use zfs features in docker
This commit is contained in:
parent
a1710f0f8f
commit
3f34e58a84
1 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,9 @@ in {
|
|||
(import ../packages/helm2.nix)
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "zfs";
|
||||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue