diff --git a/config/hardware/socrates.nix b/config/hardware/socrates.nix index 15d7e5e..9358c1d 100644 --- a/config/hardware/socrates.nix +++ b/config/hardware/socrates.nix @@ -53,7 +53,7 @@ "/" = { device = "socrates-root"; fsType = "tmpfs"; - options = [ "mode=755" "noexec" ]; + options = [ "mode=755" ]; }; "/boot" = { @@ -77,7 +77,7 @@ "/state" = { device = "/dev/disk/by-label/socrates-data"; fsType = "btrfs"; - options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" "noexec" ]; + options = [ "subvol=@state" "compress=zstd" "noatime" "nodiratime" ]; }; "/home" = {