diff --git a/configuration.nix b/configuration.nix index 7e33a9d..4ac61ae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -165,7 +165,8 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; ]; # 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 = { docker = { enable = true; @@ -179,6 +180,7 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; }; }; }; +*/ # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];