Skip to content

Commit 328ebf2

Browse files
committed
nixos/containerd: load after local-fs.target & dbus.service
containerd/containerd@18e4ea9
1 parent 711aab6 commit 328ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/virtualisation/containerd.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in
6767
systemd.services.containerd = {
6868
description = "containerd - container runtime";
6969
wantedBy = [ "multi-user.target" ];
70-
after = [ "network.target" ];
70+
after = [ "network.target" "local-fs.target" "dbus.service" ];
7171
path = with pkgs; [
7272
containerd
7373
runc

0 commit comments

Comments
 (0)