Update hosts/docker/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 25m37s
Check NixOS configurations / eval-hosts (push) Failing after 25m37s
This commit is contained in:
@@ -23,6 +23,7 @@ in
|
|||||||
# virtualisation.docker.enable = true;
|
# virtualisation.docker.enable = true;
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.docker_29;
|
||||||
# listenOptions = [
|
# listenOptions = [
|
||||||
# "unix:///var/run/docker.sock"
|
# "unix:///var/run/docker.sock"
|
||||||
# "tcp://0.0.0.0:2375"
|
# "tcp://0.0.0.0:2375"
|
||||||
@@ -37,7 +38,6 @@ in
|
|||||||
# Enable docker-compose
|
# Enable docker-compose
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
docker_29
|
|
||||||
nfs-utils
|
nfs-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user