From 39742dc4a20c0d871b17f74a7c0ed9590efbb675 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Wed, 28 Jun 2023 14:25:39 +0200 Subject: [PATCH] Mark camera mount as `nofail` Signed-off-by: Magic_RB --- nixos/systems/blowhole/filesystems.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/systems/blowhole/filesystems.nix b/nixos/systems/blowhole/filesystems.nix index b3503d4..33b1d27 100644 --- a/nixos/systems/blowhole/filesystems.nix +++ b/nixos/systems/blowhole/filesystems.nix @@ -54,6 +54,7 @@ in "allow_other" "reconnect" "Port=2522" + "nofail" ]; };