Skip to content

Commit

Permalink
fix(development): don't use zfs docker driver on btrfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Nov 12, 2023
1 parent 6b55f63 commit 5ddd02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in {
enable = true;
enableOnBoot = false;
package = pkgs.docker_24;
storageDriver = "zfs";
storageDriver = "overlay2";
};
libvirtd = {
enable = true;
Expand Down

0 comments on commit 5ddd02d

Please sign in to comment.