Mount /home from separate vg

This commit is contained in:
Dave Gallant
2022-11-19 17:24:39 -05:00
parent 772c4a2abd
commit bcef6d3ec0
2 changed files with 14 additions and 9 deletions

View File

@@ -45,6 +45,11 @@
fsType = "ext4";
};
fileSystems."/home" = {
device = "/dev/disk/by-uuid/e3ab2e1a-bddf-4ae0-b00a-bf954c6c182b";
fsType = "ext4";
};
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/3CFD-D749";
fsType = "vfat";