Commit aada2c931b1e
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;