From 8990ce28fbdde956e29cddb1852fe8bf4353bcf0 Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 4 May 2020 20:54:21 +0100 Subject: Revert "machines/{hildr,eir}: Rename docker to oci-container" This reverts commit 5557cd782a1ce6bcee0c907ba6349c13da2f82db. Massive brainfart. --- machines/devhell/hildr.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'machines/devhell/hildr.nix') 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; -- cgit 1.4.1