Add ext4 mount for Steam games library

This commit is contained in:
2026-06-30 02:02:13 -04:00
parent b6a8ef59f9
commit 23597d7b94
+6
View File
@@ -27,6 +27,12 @@
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/srv/steam" = {
device = "/dev/disk/by-label/STEAMGAMES";
fsType = "ext4";
options = [ "noatime" "nofail" ];
};
swapDevices = [ ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";