disable docker

This commit is contained in:
Elias Gasparis 2025-04-10 13:52:31 +08:00
parent 9c696b0bb5
commit 66b52e0950

View file

@ -165,7 +165,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
]; ];
# Docker # Docker
# maybe I don't need? haven't used Docker yet # maybe I don't need? haven't used Docker yet. Disabled for now
/*
virtualisation = { virtualisation = {
docker = { docker = {
enable = true; enable = true;
@ -179,6 +180,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ];
}; };
}; };
}; };
*/
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];