diff --git a/systems/manakish/hardware-configuration.nix b/systems/manakish/hardware-configuration.nix index 1d0c94a..4802f05 100644 --- a/systems/manakish/hardware-configuration.nix +++ b/systems/manakish/hardware-configuration.nix @@ -34,6 +34,11 @@ device = "/dev/disk/by-uuid/D4AC-91B0"; fsType = "vfat"; }; + "/mnt/sd-card" = { + device = "/dev/disk/by-id/mmc-5E4S5_0x4c585d15-part1"; + fsType = "ext4"; + options = ["nofail"]; + }; }; swapDevices = [];