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