Updated hardware config to use drive labels; added README content

This commit is contained in:
Random936
2025-11-12 21:10:03 -05:00
parent b540cfd946
commit 5f1438f056
2 changed files with 57 additions and 14 deletions

View File

@@ -19,16 +19,16 @@
options snd-hda-intel model=dell-headset-multi
'';
fileSystems."/" =
{ device = "/dev/disk/by-uuid/f4f207c5-08d5-4848-920c-76e99280b04c";
fsType = "ext4";
};
fileSystems."/" = {
device = "/dev/disk/by-partlabel/root";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/7F2D-4654";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/boot" = {
device = "/dev/disk/by-partlabel/EFI";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];