more renaming + some new software
This commit is contained in:
parent
d94b4723d4
commit
02738e65ab
27 changed files with 42 additions and 16 deletions
5
hosts/machines/hopper/hardening.nix
Normal file
5
hosts/machines/hopper/hardening.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
fileSystems."/".options = ["noexec"];
|
||||
fileSystems."/home".options = ["noexec"];
|
||||
fileSystems."/boot".options = ["noexec"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue