Merge pull request #222 from DarkKirb/fix-docker-storagedriver

move the docker storage driver to the correct spot
This commit is contained in:
Charlotte 🦝 Delenk 2023-04-08 09:42:42 +01:00 committed by GitHub
commit 196b662017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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";