Update files

This commit is contained in:
2026-03-15 17:17:18 +00:00
parent 16069417e9
commit 94da53c296

View File

@@ -31,17 +31,17 @@
]; ];
}; };
"/home/chris/Games" = { # "/home/chris/Games" = {
device = "889e9f90-2d41-4f6b-a0af-21a727465a32"; # device = "/dev/disk/bi-label/Games";
fsType = "ext4"; # fsType = "ext4";
options = [ # options = [
"defaults" # "defaults"
"x-systemd.mount-timeout=5" # "x-systemd.mount-timeout=5"
"user" # "user"
"exec" # "exec"
"x-systemd.automount" # "x-systemd.automount"
"noauto" # "noauto"
]; # ];
}; # };
}; };
} }