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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user