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

kabsa: new SD card

This commit is contained in:
2022-10-02 09:59:10 +02:00
parent 5c422e74e8
commit 01bdeb05b7

View File

@@ -34,8 +34,8 @@
fsType = "vfat";
};
"/mnt/sd-card" = {
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
fsType = "vfat";
device = "/dev/disk/by-id/mmc-5E4S5_0xc5155d05-part1";
fsType = "ext4";
options = ["nofail"];
};
};