about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-04 20:54:21 +0100
committerdevhell <devhell@mailfresser.de>2020-05-04 20:54:21 +0100
commit8990ce28fbdde956e29cddb1852fe8bf4353bcf0 (patch)
treea81fa34f0d224870d745b1f0ee905c63b0b7c7e1 /machines/devhell
parent5557cd782a1ce6bcee0c907ba6349c13da2f82db (diff)
Revert "machines/{hildr,eir}: Rename docker to oci-container"
This reverts commit 5557cd782a1ce6bcee0c907ba6349c13da2f82db.

Massive brainfart.
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/eir.nix5
-rw-r--r--machines/devhell/hildr.nix5
2 files changed, 2 insertions, 8 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;
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 05b12594..5e67a0aa 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -75,10 +75,7 @@
     cpuFreqGovernor = "powersave";
   };
 
-  virtualisation.oci-containers = {
-    enable = false;
-    backend = "docker";
-  };
+  virtualisation.docker.enable = true;
 
   nix = {
     maxJobs = lib.mkDefault 4;