From 3602e82da010858377a035c7c0bfe72b4ada0e12 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 19 Jul 2023 04:54:24 +0000 Subject: [PATCH] mount option --- hardware-configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index d5b1702..15ae71d 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -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 = [