This commit is contained in:
Grigory Shipunov 2023-06-17 15:30:55 +02:00
parent 0f8f1a7843
commit a6f9e5f16e
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -6,11 +6,11 @@
boot.initrd.kernelModules = [ "nvme" ]; boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/627952eb-107a-43c3-8223-bfea9af92837"; device = "/dev/disk/by-uuid/e9356185-9812-4873-8822-13c8aef59948";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "dev/disk/by-uuid/5CA6-CCE4"; device = "dev/disk/by-uuid/6F78-D438";
fsType = "vfat"; fsType = "vfat";
}; };