1

System/Nixinator: Remove GAMES disk mount

This commit is contained in:
2026-01-17 19:23:05 +01:00
parent 12a10bee82
commit c8a76751f3

View File

@ -70,11 +70,11 @@
fileSystems = { fileSystems = {
# NOTE: Some filesystems are managed by disko (see ./disks.nix) # NOTE: Some filesystems are managed by disko (see ./disks.nix)
"/home/${username}/Games" = { # "/home/${username}/Games" = {
device = "/dev/disk/by-id/nvme-WD_BLACK_SN850X_2000GB_231623802252-part1"; # device = "/dev/disk/by-id/nvme-WD_BLACK_SN850X_2000GB_231623802252-part1";
fsType = "ext4"; # fsType = "ext4";
options = ["defaults" "rw" "noatime"]; # options = ["defaults" "rw" "noatime"];
}; # };
# If the bg option is specified, a timeout or failure causes the mount(8) command # If the bg option is specified, a timeout or failure causes the mount(8) command
# to fork a child which continues to attempt to mount the export. # to fork a child which continues to attempt to mount the export.