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

This commit is contained in:
2026-06-28 08:42:37 +00:00
parent 140dea3993
commit de9549b466
+1 -2
View File
@@ -27,7 +27,6 @@ in
# virtualisation.docker.enable = true; # virtualisation.docker.enable = true;
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
enableBuildkit = true;
package = pkgs.docker; package = pkgs.docker;
# listenOptions = [ # listenOptions = [
# "unix:///var/run/docker.sock" # "unix:///var/run/docker.sock"
@@ -43,7 +42,7 @@ in
# Enable docker-compose # Enable docker-compose
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
# docker docker-buildx
nfs-utils nfs-utils
]; ];