move the docker storage driver to the correct spot #222

Merged
DarkKirb merged 2 commits from fix-docker-storagedriver into main 2023-04-08 08:42:42 +00:00
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,6 @@ _: {
flags = ["--all"];
};
enable = true;
storageDriver = "zfs";
};
users.users.darkkirb.extraGroups = ["docker"];
}

View file

@ -35,6 +35,8 @@
services.zfs.autoScrub.enable = true;
services.zfs.autoScrub.pools = ["tank"];
virtualisation.docker.storageDriver = "zfs";
boot.initrd.luks.devices = {
disk = {
device = "/dev/disk/by-uuid/2100a2e1-d874-4aaa-a89f-0b01665445b4";