about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index 1b606fe7..43aea6e7 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -61,10 +61,7 @@
     useNetworkd = true;
   };
 
-  virtualisation.oci-containers = {
-    enable = false;
-    backend = "docker";
-  };
+  virtualisation.docker.enable = false;
 
   nix = {
     maxJobs = lib.mkDefault 4;