From b5ffc833fbb29719e8b7a5c522d3936313561e70 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 21 May 2025 17:00:04 -0600 Subject: [PATCH] [NixOS] Try to fix railbird bucket mount timeout --- nixos/k3s.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/k3s.nix b/nixos/k3s.nix index e4acaaef..b129c801 100644 --- a/nixos/k3s.nix +++ b/nixos/k3s.nix @@ -89,6 +89,7 @@ in { RemainAfterExit = true; Restart = "on-failure"; # Restart the service on failure RestartSec = 5; # Wait 5 seconds before restarti + TimeoutStopSec = 2; ExecStartPre = [ "-${pkgs.util-linux}/bin/umount -f ${mount-path}" "${pkgs.coreutils}/bin/mkdir -p ${mount-path}"