From e97e498ed2f5b743842a7c105c5c95c929b2dacc Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 11 May 2026 15:52:29 +0200 Subject: switched to normal kernel --- hosts/kronos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kronos/configuration.nix b/hosts/kronos/configuration.nix index 35dbec6..a02a768 100755 --- a/hosts/kronos/configuration.nix +++ b/hosts/kronos/configuration.nix @@ -8,7 +8,7 @@ ]; networking.hostName = "kronos"; - boot.kernelPackages = pkgs.linuxPackages_hardened; + boot.kernelPackages = pkgs.linuxPackages; services.illum.enable = false; # Disable illum because I've never noticed it working and it crashes on hardened kernel -- cgit v1.2.3