fixed UUID defs for disks

This commit is contained in:
Steven Carpenter 2025-06-24 15:28:30 -04:00
parent ffe439bf0a
commit 7879535509
2 changed files with 3 additions and 4 deletions

View file

@ -34,18 +34,18 @@
};
fileSystems."/" = {
device = "UUID=7a97edd8-c5a9-4354-a461-24c0f311e61b";
device = "/dev/disk/by-uuid/7a97edd8-c5a9-4354-a461-24c0f311e61b";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "UUID=F0BD-FE72";
device = "/dev/disk/by-uuid/F0BD-FE72";
fsType = "vfat";
};
swapDevices = [
{
device = "UUID=e107d78d-d934-4939-889d-1860410321d5";
device = "/dev/disk/by-uuid/e107d78d-d934-4939-889d-1860410321d5";
}
];
@ -119,7 +119,6 @@
gparted
bluez
blueman
nerdfonts
home-manager
pkg-config
ripgrep