Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jan 22, 2025
1 parent d0c4e6c commit 9150aa7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions common/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
virtualisation = {
docker = {
enable = true;
daemon.settings.features.containerd-snapshotter = true;
daemon.settings = {
dns = ["1.1.1.1"];
features.containerd-snapshotter = true;
};
rootless = {
enable = true;
setSocketVariable = true;
daemon.settings.features.containerd-snapshotter = true;
daemon.settings = {
dns = ["1.1.1.1"];
features.containerd-snapshotter = true;
};
};
};
};
Expand Down

0 comments on commit 9150aa7

Please sign in to comment.