fix: immitch 502
runner nix smoke / nix label and flake smoke (push) Failing after 50s

This commit is contained in:
2026-09-13 19:11:59 +00:00
parent 522010b7e6
commit 96882fd8cd
+1
View File
@@ -164,5 +164,6 @@ in
systemd.services.immich-server.unitConfig.RequiresMountsFor = lib.mkIf cfg.storageBox.enable [
cfg.mediaLocation
];
systemd.services.immich-server.serviceConfig.Restart = lib.mkForce "always";
};
}