feat: Don't mount game drive as noexec
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
fileSystems."/games" = {
|
||||
device = "/dev/storage/games";
|
||||
fsType = "ext4";
|
||||
options = ["users" "nofail"];
|
||||
options = ["nofail"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
||||
Reference in New Issue
Block a user