feat: add hardened module

This commit is contained in:
Felix Schröter 2020-08-14 23:19:21 +02:00
parent d4037ce717
commit 3a95098280
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 25 additions and 1 deletions
hardware

View file

@ -14,7 +14,6 @@
boot.supportedFilesystems = [ "ntfs" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.editor = false;
boot.loader.efi.canTouchEfiVariables = true;
services.smartd.enable = true;