Move to new SSD

This commit is contained in:
Felix Albrigtsen 2023-04-18 11:23:20 +02:00
parent 017e8d418d
commit 34cbe2f460
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/5e292e89-d68c-4b45-9166-142de8b6ff5e";
{ device = "/dev/disk/by-uuid/a6465c1c-4c93-423d-84a9-e4ecb9520741";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/7EA9-3E3A";
{ device = "/dev/disk/by-uuid/D0C1-97CE";
fsType = "vfat";
};