From adb6ab9e98bf5b5718261d73903359a32292bf98 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Mon, 13 May 2019 10:35:47 -0700
Subject: don't need docker

---
 machines/lithium.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'machines')

diff --git a/machines/lithium.nix b/machines/lithium.nix
index 41375cd..46f5ee3 100644
--- a/machines/lithium.nix
+++ b/machines/lithium.nix
@@ -66,7 +66,7 @@ in
 
   virtualisation = {
     docker = {
-      enable = true;
+      enable = false;
       liveRestore = false;
     };
     libvirtd.enable = true;
-- 
cgit v1.2.3