Move home to other disk

This commit is contained in:
Erwin Boskma 2022-04-23 22:53:56 +02:00
parent b28454e611
commit c5a4592f09
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -28,7 +28,7 @@
}; };
fileSystems."/home" = { fileSystems."/home" = {
device = "/dev/disk/by-uuid/36d7ee19-f591-4c29-b7da-cafd9bf2c7f6"; device = "/dev/disk/by-uuid/082ec5d2-238e-4713-9c37-31b1cb0fb8c3";
fsType = "ext4"; fsType = "ext4";
}; };
@ -37,3 +37,4 @@
# high-resolution display # high-resolution display
hardware.video.hidpi.enable = lib.mkDefault true; hardware.video.hidpi.enable = lib.mkDefault true;
} }