updated configuration

This commit is contained in:
2026-06-28 16:55:40 +10:00
parent ee30e40ce4
commit 16d345262d
+2 -2
View File
@@ -27,7 +27,7 @@ in
# virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
package = pkgs.docker_29;
package = pkgs.docker;
# listenOptions = [
# "unix:///var/run/docker.sock"
# "tcp://0.0.0.0:2375"
@@ -42,7 +42,7 @@ in
# Enable docker-compose
environment.systemPackages = with pkgs; [
docker-compose
docker_29
# docker
nfs-utils
];