Skip to content

Commit

Permalink
Enable Docker containerd-snapshotter. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah authored Sep 23, 2024
1 parent 9107648 commit c3230c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/home/virtualisation/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
settings = {
ipv6 = true;
fixed-cidr-v6 = "fd10:6::/64";
features.containerd-snapshotter = true;
};
};
};
Expand Down

0 comments on commit c3230c8

Please sign in to comment.