Move data partition

This commit is contained in:
Artemis Tosini 2020-05-10 01:14:13 +00:00
parent 46040fe5c3
commit cd8483d892
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -36,7 +36,7 @@
options = [ "subvol=home" ]; options = [ "subvol=home" ];
}; };
fileSystems."/data" = fileSystems."/media/data" =
{ device = "/dev/disk/by-uuid/ba796824-5165-4a95-87c2-1fb49a449138"; { device = "/dev/disk/by-uuid/ba796824-5165-4a95-87c2-1fb49a449138";
fsType = "btrfs"; fsType = "btrfs";
}; };