1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(kabsa): dont fail if sdcard not present

This commit is contained in:
2022-03-25 17:06:03 +01:00
parent 8830147359
commit 28d359c73b

View File

@@ -36,6 +36,7 @@
"/mnt/sd-card" = {
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
fsType = "vfat";
options = ["nofail"];
};
};