nixos-config/nix/machines/hopper/hardening.nix
2024-11-23 17:41:01 +01:00

5 lines
132 B
Nix

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