From b8cd82aa85ee2c22019465c5c3504a5d080d3c45 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 2 Mar 2025 19:51:12 +0100 Subject: [PATCH] tower/configuration.nix: switch to default kernel --- hosts/tower/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 5597415..f061e82 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -11,7 +11,7 @@ security.polkit.enable = true; # boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox; - boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; + # boot.kernelPackages = pkgs.linuxPackages_xanmod_latest; programs.nix-ld.enable = true; users.users."cr".openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPiRe9OH/VtWFWyy5QbAVcN7CLxr4zUtRCwmxD6aeN6"