Few changes
This commit is contained in:
parent
d9f0f4ad20
commit
10bab660db
3 changed files with 9 additions and 13 deletions
|
@ -13,20 +13,15 @@
|
|||
device = "/dev/disk/by-uuid/4bbd6139-7caa-4617-a94f-b185c5f6ca45";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
#"/mnt/Datos" = {
|
||||
# device = "/dev/disk/by-uuid/eb3b01e9-556f-4c9d-aa99-5495c1bc51e1";
|
||||
# fsType = "btrfs";
|
||||
# options = [ "user" "x-systemd.automount" "exec" ];
|
||||
#};
|
||||
"/mnt/Datos" = {
|
||||
device = "/dev/disk/by-uuid/4d0a4a15-a962-420a-b641-37afbac65c3a";
|
||||
fsType = "btrfs";
|
||||
options = [ "user" "x-systemd.automount" "exec" ];
|
||||
};
|
||||
"/mnt/Windows" = {
|
||||
device = "/dev/disk/by-uuid/E290A87190A84DBB";
|
||||
device = "/dev/disk/by-uuid/491E4ED690A84DBB";
|
||||
fsType = "ntfs";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
#"/mnt/Windows-Datos" = {
|
||||
# device = "/dev/disk/by-uuid/1E58C48458C45BE1";
|
||||
# fsType = "ntfs";
|
||||
# options = [ "nofail" ];
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue