aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rwxr-xr-xhosts/kronos/configuration.nix2
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;
}