Update k0 and k2 to improved mkDeployment

This commit is contained in:
Jonas Juselius
2020-11-20 20:03:44 +01:00
parent a0b9af7f37
commit eca29357eb
7 changed files with 32 additions and 34 deletions

View File

@@ -12,12 +12,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/2306f185-eff6-43a4-b032-4c9f14fb0893";
{ device = "/dev/disk/by-uuid/a6915f49-234d-4ec1-ab1c-87a529b7b36b";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3D9E-1634";
{ device = "/dev/disk/by-uuid/29C6-3721";
fsType = "vfat";
};