fixed server uuids

This commit is contained in:
Bryan Ramos 2024-05-14 23:19:15 -04:00
parent 5f40193018
commit 309e56a34b
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -10,17 +10,12 @@
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/79093c66-1283-44d4-b03c-f87956bbada1"; device = "/dev/disk/by-uuid/d306c57e-b12f-473e-8985-2114f488831d2";
fsType = "ext4";
};
"/home" = {
device = "/dev/disk/by-uuid/1e2d04b2-9a02-4de6-88cc-1e35d0838036";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/0509-1D1F"; device = "/dev/disk/by-uuid/3BAA-D9DC";
fsType = "vfat"; fsType = "vfat";
}; };
}; };