From 5557cd782a1ce6bcee0c907ba6349c13da2f82db Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 4 May 2020 20:17:06 +0100 Subject: machines/{hildr,eir}: Rename docker to oci-container Upstream changed `virtualisation.docker` to `virtualisation.oci-container` in [1], so naturally we'll need to rename it here too. --- machines/devhell/eir.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines/devhell/eir.nix') 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; -- cgit 1.4.1