diff options
Diffstat (limited to 'hosts/kronos')
| -rwxr-xr-x | hosts/kronos/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index 4e78034..35dbec6 100755 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -10,6 +10,8 @@ networking.hostName = "kronos"; boot.kernelPackages = pkgs.linuxPackages_hardened; + services.illum.enable = false; # Disable illum because I've never noticed it working and it crashes on hardened kernel + # TODO: Harden the kernel even further (https://wiki.nixos.org/wiki/NixOS_Hardening) # security.lockKernelModules = true; } |
