mount option
This commit is contained in:
parent
20bf7aa5b3
commit
3602e82da0
@ -22,6 +22,14 @@
|
|||||||
fileSystems."/mnt" = {
|
fileSystems."/mnt" = {
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
device = "/dev/disk/by-uuid/e419e4b8-d51c-4d5f-ad9f-91c4c0c4a52d";
|
device = "/dev/disk/by-uuid/e419e4b8-d51c-4d5f-ad9f-91c4c0c4a52d";
|
||||||
|
options = [
|
||||||
|
"mode=777"
|
||||||
|
"umask=000"
|
||||||
|
"nodev"
|
||||||
|
"noexec"
|
||||||
|
"discard"
|
||||||
|
"noatime"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
Reference in New Issue
Block a user