mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
feat(wilde): add sd card to fileSystems
This commit is contained in:
@@ -27,6 +27,11 @@
|
|||||||
consoleMode = "max";
|
consoleMode = "max";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/sd-card" = {
|
||||||
|
device = "/dev/disk/by-id/mmc-SD32G_0xda0aa352-part1";
|
||||||
|
fsType = "vfat";
|
||||||
|
};
|
||||||
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "wilde";
|
networking.hostName = "wilde";
|
||||||
|
|||||||
Reference in New Issue
Block a user