Skip to content

Commit

Permalink
chore(docker): revert package to regular docker
Browse files Browse the repository at this point in the history
Docker 24 is finally merged.
  • Loading branch information
dr460nf1r3 committed Jan 20, 2024
1 parent 6fc1c24 commit 1fd0839
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion nixos/modules/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ in {
};
enable = true;
enableOnBoot = false;
package = pkgs.docker_24;
storageDriver = "overlay2";
};
libvirtd = {
Expand Down
1 change: 0 additions & 1 deletion nixos/nixos-wsl/nixos-wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
};
enable = true;
enableOnBoot = false;
package = lib.mkForce pkgs.docker_24;
};
};

Expand Down
1 change: 0 additions & 1 deletion template/nixos/modules/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ in {
};
enable = true;
enableOnBoot = false;
package = pkgs.docker_24;
};
libvirtd = {
enable = true;
Expand Down

0 comments on commit 1fd0839

Please sign in to comment.