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.
This commit is contained in:
parent
2de13398e6
commit
fbeaf68490
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
containers.nextcloud.timeoutStartSec = "10 min";
|
||||
hacc.containers.nextcloud = {
|
||||
config = { config, lib, pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.htop ];
|
||||
|
|
Loading…
Reference in a new issue