1

System: Mount games partition

This commit is contained in:
2025-06-03 19:35:24 +02:00
parent e90678d3a3
commit bc3f98abb0

View File

@ -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";