mount option

This commit is contained in:
Sense T 2023-07-19 04:54:24 +00:00
parent 20bf7aa5b3
commit 3602e82da0

View File

@ -22,6 +22,14 @@
fileSystems."/mnt" = {
fsType = "ext4";
device = "/dev/disk/by-uuid/e419e4b8-d51c-4d5f-ad9f-91c4c0c4a52d";
options = [
"mode=777"
"umask=000"
"nodev"
"noexec"
"discard"
"noatime"
];
};
swapDevices = [