1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(wilde): add sd card to fileSystems

This commit is contained in:
Kierán Meinhardt
2019-10-02 21:29:40 +02:00
parent a36decd409
commit c9e90ca2c1

View File

@@ -27,6 +27,11 @@
consoleMode = "max";
};
fileSystems."/mnt/sd-card" = {
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
fsType = "vfat";
};
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "wilde";