From fbeaf68490d5fdceac23b50d569a0218c24ebe45 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 2 Jul 2024 15:11:38 +0200 Subject: [PATCH] nextcloud: longer startup timeout it sometimes takes a long while to boot & signal being ready to systemd, which will kill it after the timeout is reached, after which it's rinse and repeat and yay for a boot loop. --- parsons/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/parsons/nextcloud.nix b/parsons/nextcloud.nix index 401c002..2822b21 100644 --- a/parsons/nextcloud.nix +++ b/parsons/nextcloud.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: { + containers.nextcloud.timeoutStartSec = "10 min"; hacc.containers.nextcloud = { config = { config, lib, pkgs, ... }: { environment.systemPackages = [ pkgs.htop ];