changed laptop filesystem from uuid to device

This commit is contained in:
ISnortPennies 2023-02-01 17:44:52 -05:00
parent 926f0aef89
commit 41b40e570b
2 changed files with 5 additions and 5 deletions

View file

@ -40,11 +40,11 @@
};
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/c67796b3-d502-47db-8d0e-48f30bc91041";
device = "/dev/nvme0n1p2";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/AD02-10EA";
device = "/dev/nvme0n1p1";
fsType = "vfat";
};
};