This commit is contained in:
@@ -27,7 +27,7 @@ in
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
package = pkgs.docker_29;
|
||||
package = pkgs.docker;
|
||||
# listenOptions = [
|
||||
# "unix:///var/run/docker.sock"
|
||||
# "tcp://0.0.0.0:2375"
|
||||
@@ -42,7 +42,7 @@ in
|
||||
# Enable docker-compose
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
docker_29
|
||||
# docker
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user