System: Mount games partition
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/68bd46a0-e95c-4764-a006-44bd9975a6c2";
|
device = "/dev/disk/by-uuid/68bd46a0-e95c-4764-a006-44bd9975a6c2";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = ["noatime" "nodiratime" "discard"];
|
options = ["defaults" "rw" "relatime"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/boot/efi" = {
|
"/boot/efi" = {
|
||||||
@ -43,6 +43,12 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/home/christoph/Games" = {
|
||||||
|
device = "/dev/disk/by-uuid/e57c1831-09d7-4046-9c62-086d3596f825";
|
||||||
|
fsType = "ext4";
|
||||||
|
options = ["defaults" "rw" "relatime"];
|
||||||
|
};
|
||||||
|
|
||||||
"/home/christoph/Movies" = {
|
"/home/christoph/Movies" = {
|
||||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
Reference in New Issue
Block a user