feat: Don't mount game drive as noexec

This commit is contained in:
uttarayan21
2025-02-01 04:47:51 +05:30
parent e1b6272aea
commit c2f20dccd0

View File

@@ -121,7 +121,7 @@
fileSystems."/games" = {
device = "/dev/storage/games";
fsType = "ext4";
options = ["users" "nofail"];
options = ["nofail"];
};
swapDevices = [];