summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/services.nix b/nixos/services.nix
index fa05a3b..984eace 100644
--- a/nixos/services.nix
+++ b/nixos/services.nix
@@ -19,5 +19,5 @@
};
};
- virtualisation.docker.enable = true;
+ # virtualisation.docker.enable = true;
}