move block devices from root to blk folder on main machine
This commit is contained in:
parent
ade142bd7f
commit
96a043cbe7
1 changed files with 3 additions and 3 deletions
|
|
@ -23,17 +23,17 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/Helium" =
|
||||
fileSystems."/blk/He" =
|
||||
{ device = "/dev/disk/by-uuid/0cb2606b-8692-4538-a9ad-288e8597b8a4";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/Barium" =
|
||||
fileSystems."/blk/Ba" =
|
||||
{ device = "/dev/disk/by-uuid/2ce586a1-e8f1-4a0d-bb44-ff3d1f8a79fc";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/Chlor" =
|
||||
fileSystems."/blk/Cl" =
|
||||
{ device = "/dev/disk/by-uuid/55b5d373-8a07-46af-8f73-17e711c0a8d9";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue