diff options
-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; |