5 lines
132 B
Nix
5 lines
132 B
Nix
{
|
|
fileSystems."/".options = ["noexec"];
|
|
fileSystems."/home".options = ["noexec"];
|
|
fileSystems."/boot".options = ["noexec"];
|
|
}
|