nixos-config/hosts/hopper/hardening.nix

5 lines
132 B
Nix

{
fileSystems."/".options = ["noexec"];
fileSystems."/home".options = ["noexec"];
fileSystems."/boot".options = ["noexec"];
}