updated configuration
Check NixOS configurations / eval-hosts (push) Failing after 23m13s

This commit is contained in:
2026-06-28 16:55:40 +10:00
parent 7e1768c2e8
commit 2c5fca84bd
+2 -2
View File
@@ -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
]; ];