From 66b52e0950a58c968f1e0199a36283d0512b49d2 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 10 Apr 2025 13:52:31 +0800 Subject: [PATCH] disable docker --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [ ... ];