Update kasei hardware config

This commit is contained in:
Oystein Kristoffer Tveit 2022-04-03 18:04:06 +02:00
parent cad1f6abe5
commit 5bc2782cd6
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@
};
fileSystems."/data" =
{ device = "/dev/disk/by-uuid/d9fd4a61-3d62-40b9-bbdb-67d925b66074";
fsType = "ext4";
{ device = "/dev/disk/by-label/data1";
fsType = "btrfs";
};
fileSystems."/data/sdb" =
fileSystems."/data/disks/data2" =
{ device = "/dev/disk/by-uuid/7afc5f6b-947a-4c86-a5b5-dfefe42899c0";
fsType = "ext4";
};