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