Unverified Commit 328ebf20 authored by seth's avatar seth
Browse files

nixos/containerd: load after `local-fs.target` & `dbus.service`

parent 711aab6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ in
    systemd.services.containerd = {
      description = "containerd - container runtime";
      wantedBy = [ "multi-user.target" ];
      after = [ "network.target" ];
      after = [ "network.target" "local-fs.target" "dbus.service" ];
      path = with pkgs; [
        containerd
        runc