We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
local-fs.target
dbus.service
1 parent 711aab6 commit 328ebf2Copy full SHA for 328ebf2
nixos/modules/virtualisation/containerd.nix
@@ -67,7 +67,7 @@ in
67
systemd.services.containerd = {
68
description = "containerd - container runtime";
69
wantedBy = [ "multi-user.target" ];
70
- after = [ "network.target" ];
+ after = [ "network.target" "local-fs.target" "dbus.service" ];
71
path = with pkgs; [
72
containerd
73
runc
0 commit comments