Update hosts/docker/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 25m37s

This commit is contained in:
2026-06-27 03:02:37 +00:00
parent 31371189f5
commit 997e384973
+1 -1
View File
@@ -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
];