From 4b188cbf297242ae97880271d4b02f5d3535f7a7 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 9 Feb 2024 23:40:27 +0100 Subject: [PATCH] added sd card to surface hardware config --- devices/surface/hardware-config.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devices/surface/hardware-config.nix b/devices/surface/hardware-config.nix index d5a066a..175800c 100644 --- a/devices/surface/hardware-config.nix +++ b/devices/surface/hardware-config.nix @@ -18,6 +18,11 @@ 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"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking