Update k2 to new s2d host

This commit is contained in:
Jonas Juselius
2020-11-19 14:59:35 +01:00
parent 0ee8d5c3da
commit e97a8c767d
7 changed files with 13 additions and 35 deletions

View File

@@ -12,12 +12,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/d005e166-d50f-4633-9077-d77ca026aedf";
{ device = "/dev/disk/by-uuid/9a8d3dae-d0e9-4af1-8eb0-a700cbd483c3";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/4975-538E";
{ device = "/dev/disk/by-uuid/42A8-FFF9";
fsType = "vfat";
};