Commit aada2c931b1e

Vincent Demeester <vincent@sbr.pm>
2019-01-14 16:45:53
docker: enable containerd when docker profile is enabled…
… otherwise, can't run containers… 😓 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5e3b104
Changed files (1)
modules
profiles
modules/profiles/docker.nix
@@ -25,6 +25,7 @@ in
     };
   };
   config = mkIf cfg.enable {
+    profiles.containerd.enable = true;
     virtualisation = {
       mydocker = {
         enable = true;