fixing partition settings

This commit is contained in:
ISnortPennies 2023-02-06 18:36:15 -05:00
parent 5970506437
commit 97fa901395
3 changed files with 20 additions and 4 deletions

View file

@ -57,7 +57,7 @@
fileSystems = {
"/" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_500GB_S64ENJ0R607785J-part2";
device = "/dev/disk/by-id/9e5c0a74-753a-4ebe-b8f1-5c7bdde21deb";
fsType = "ext4";
label = "nixos";
noCheck = false;
@ -65,7 +65,7 @@
neededForBoot = true;
};
"/boot" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_500GB_S64ENJ0R607785J-part1";
device = "/dev/disk/by-id/79C3-9AB6";
fsType = "vfat";
label = "BOOT";
noCheck = false;