profiles/hardened: support pure eval mode

This commit is contained in:
Erik Arvstedt
2022-11-03 23:08:05 +01:00
parent 73d2fbb448
commit b616d7ac1b
+4 -3
View File
@@ -1,7 +1,8 @@
{
{ modulesPath, ... }: {
imports = [
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
<nixpkgs/nixos/modules/profiles/hardened.nix>
# Source:
# https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
(modulesPath + "/profiles/hardened.nix")
];
## Reset some options set by the hardened profile