state should be noexec
This commit is contained in:
parent
1be71b13ab
commit
8a260cf13b
@ -76,7 +76,7 @@
|
|||||||
"/state" = {
|
"/state" = {
|
||||||
device = "/dev/disk/by-label/socrates-data";
|
device = "/dev/disk/by-label/socrates-data";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" ];
|
options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" "noexec" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/home" = {
|
"/home" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user