Skip to content

Commit

Permalink
[os] use zfs as storage for docker
Browse files Browse the repository at this point in the history
ZFS doesn't support overlayfs:
openzfs/zfs#8648
  • Loading branch information
znewman01 committed Jan 19, 2022
1 parent d3f3968 commit b69793b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ in {
SystemGroup lp
'';

virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
storageDriver = "zfs";
};
virtualisation.libvirtd.enable = true;
users.extraGroups.vboxusers.members = [ "zjn" ];

Expand Down

0 comments on commit b69793b

Please sign in to comment.