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/04723aab-39c3-42ff-9714-b169de0c9e9c";
{ device = "/dev/disk/by-uuid/663b0ba7-962a-4ec2-b0cd-09472a03f6dd";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/5D50-B9DF";
{ device = "/dev/disk/by-uuid/45CE-83A2";
fsType = "vfat";
};