about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
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/hildr.nix
parent5557cd782a1ce6bcee0c907ba6349c13da2f82db (diff)
Revert "machines/{hildr,eir}: Rename docker to oci-container"
This reverts commit 5557cd782a1ce6bcee0c907ba6349c13da2f82db.

Massive brainfart.
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix5
1 files changed, 1 insertions, 4 deletions
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;