Change partuuid for data partition

This commit is contained in:
Dmitriy Holkin 2019-12-13 22:44:34 +04:00
parent 471a693432
commit 32c52ad5e7

View File

@ -46,7 +46,7 @@ with deviceSpecific; {
"/media/data" = if isHost then { "/media/data" = if isHost then {
# Samba host # Samba host
fsType = "ntfs"; fsType = "ntfs";
device = "/dev/disk/by-partuuid/f9f853f5-498a-4981-8082-02feeae85377"; device = "/dev/disk/by-partuuid/944f923d-cf08-4752-bf3f-8aa8e0190260";
options = [ options = [
# "ro" # "ro"
# "noatime" # "noatime"