added sd card to surface hardware config

This commit is contained in:
twoneis 2024-02-09 23:40:27 +01:00
parent db4a224a11
commit 4b188cbf29

View file

@ -18,6 +18,11 @@
fsType = "vfat"; fsType = "vfat";
}; };
fileSystems."/sd" = {
device = "/dev/disk/by-uuid/b3faf000-8792-4fca-916a-5965c0cb8186";
fsType = "ext4";
};
swapDevices = [ { device = "/dev/disk/by-uuid/b35abec3-ff20-4b3b-b953-e36f2df719cb"; } ]; swapDevices = [ { device = "/dev/disk/by-uuid/b35abec3-ff20-4b3b-b953-e36f2df719cb"; } ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking