aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-11 15:52:29 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-11 15:52:29 +0200
commite97e498ed2f5b743842a7c105c5c95c929b2dacc (patch)
tree577c0ccbc80ed5f9f9cd93c0bac6a49ecc1b8d41
parent879e0fa97c11536be02247a0384cbe74ef859b5d (diff)
switched to normal kernel
-rwxr-xr-xhosts/kronos/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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