summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-13 10:35:47 -0700
committerBen Sima <ben@bsima.me>2019-05-13 10:35:47 -0700
commitadb6ab9e98bf5b5718261d73903359a32292bf98 (patch)
treee66a97a58f6fc4f8f6d32600696d78eb84f6bef9 /machines
parent42359d0ad65cd4d01d20882c7fb3acf8ff9fe4ea (diff)
don't need docker
Diffstat (limited to 'machines')
-rw-r--r--machines/lithium.nix2
1 files changed, 1 insertions, 1 deletions
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;