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;
|
||||
package = pkgs.docker_29;
|
||||
# listenOptions = [
|
||||
# "unix:///var/run/docker.sock"
|
||||
# "tcp://0.0.0.0:2375"
|
||||
@@ -37,7 +38,6 @@ in
|
||||
# Enable docker-compose
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
docker_29
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user