1
0
Fork 0

Disable hardened profile

master
dump_stack() 2021-01-27 21:21:05 +00:00
parent 6e949a14c7
commit 3ef52db716
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ let
nixos-small = import <nixos-small> {}; nixos-small = import <nixos-small> {};
in { in {
imports = imports =
[ <nixpkgs/nixos/modules/profiles/hardened.nix> [ ./hardware-configuration.nix
./hardware-configuration.nix
./packages.nix ./packages.nix
./networking.nix ./networking.nix
./desktop.nix ./desktop.nix