feat: enable hardened kernel
This commit is contained in:
parent
1f2a2a706d
commit
06df535e84
|
@ -10,7 +10,10 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
imports = [ ./hardware-configuration.nix ];
|
imports = [
|
||||||
|
<nixpkgs/nixos/modules/profiles/hardened.nix>
|
||||||
|
./hardware-configuration.nix
|
||||||
|
];
|
||||||
|
|
||||||
# networking
|
# networking
|
||||||
networking.hostName = "neodymium";
|
networking.hostName = "neodymium";
|
||||||
|
|
Loading…
Reference in a new issue