diff options
author | Ben Sima <ben@bsima.me> | 2019-05-13 10:35:47 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-13 10:35:47 -0700 |
commit | adb6ab9e98bf5b5718261d73903359a32292bf98 (patch) | |
tree | e66a97a58f6fc4f8f6d32600696d78eb84f6bef9 | |
parent | 42359d0ad65cd4d01d20882c7fb3acf8ff9fe4ea (diff) |
don't need docker
-rw-r--r-- | machines/lithium.nix | 2 |
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; |