feat: enable hardened kernel

This commit is contained in:
Laureηt 2022-12-23 15:32:11 +01:00
parent 1f2a2a706d
commit 06df535e84
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -10,7 +10,10 @@ let
};
in {
imports = [ ./hardware-configuration.nix ];
imports = [
<nixpkgs/nixos/modules/profiles/hardened.nix>
./hardware-configuration.nix
];
# networking
networking.hostName = "neodymium";