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