profiles/hardened: support pure eval mode

This commit is contained in:
Erik Arvstedt 2022-10-22 19:37:48 +02:00 committed by Greg Shuflin
parent ada564c1ea
commit 6a2d4ab1d7
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{ { modulesPath, ... }: {
imports = [ imports = [
# Source: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix # Source:
<nixpkgs/nixos/modules/profiles/hardened.nix> # https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/profiles/hardened.nix
(modulesPath + "/profiles/hardened.nix")
]; ];
## Reset some options set by the hardened profile ## Reset some options set by the hardened profile