Machines/Archie: mount hard drive
This commit is contained in:
parent
fa8efef26a
commit
0d0d6ebb56
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@
|
|||
fsType = config.fileSystems."/".fsType;
|
||||
options = ["subvolid=5" "ro"];
|
||||
};
|
||||
"/mnt/hdd" = {
|
||||
# device = "/dev/disk/by-id/ata-SAMSUNG_HD103SI_S1Y5J9CZA19763-part1";
|
||||
label = "Archie\\x20HDD";
|
||||
fsType = "bcachefs";
|
||||
options = ["x-systemd.automount"];
|
||||
};
|
||||
"/mnt/windows" = {
|
||||
device = "/dev/disk/by-uuid/B61AFDAC1AFD6A2F";
|
||||
fsType = "ntfs3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue