update uuids for partition

This commit is contained in:
Radu Andries 2023-12-07 15:38:45 +01:00
parent 4fb53d8440
commit 127c5a7494
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@
# Mounts
fileSystems."/" =
{ device = "/dev/disk/by-uuid/2c1ea652-9778-444d-9735-abdf94572265";
{ device = "/dev/disk/by-uuid/cb78cd50-72cd-41c4-a930-f0086bb3f248";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/0CA8-BA03";
{ device = "/dev/disk/by-uuid/8741-D2A4";
fsType = "vfat";
};
swapDevices = [ ];