state should be noexec

This commit is contained in:
niten 2021-10-16 18:08:51 -07:00
parent 1be71b13ab
commit 8a260cf13b

View File

@ -76,7 +76,7 @@
"/state" = {
device = "/dev/disk/by-label/socrates-data";
fsType = "btrfs";
options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" ];
options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" "noexec" ];
};
"/home" = {