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/89410434-e9aa-480c-b49e-4ea24dc80fc2";
{ device = "/dev/disk/by-uuid/bf2f7548-1a5d-4b02-a684-f666e3563eaf";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/3FDB-4765";
{ device = "/dev/disk/by-uuid/2A74-A44E";
fsType = "vfat";
};