summary refs log tree commit diff
path: root/machines/moissanite
diff options
context:
space:
mode:
Diffstat (limited to 'machines/moissanite')
-rw-r--r--machines/moissanite/devices.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/moissanite/devices.nix b/machines/moissanite/devices.nix
index 6281206..273091f 100644
--- a/machines/moissanite/devices.nix
+++ b/machines/moissanite/devices.nix
@@ -101,7 +101,8 @@
     device = "/dev/disk/by-label/Dao";
     fsType = "btrfs";
     options = [
-      "users" # any user can mount and unmount dao
+      "users" # any user can mount and unmount dao, implies 'noexec', 'nodev', 'nosuid'
+      "exec" # override 'users' 'noexec' default, executable files are nice!
       "nofail" # it's okay if dao can't be found
       "noatime" # do not update access timestamps (files+folders)
       "x-gvfs-show" # show dao in (i.e.) nautilus