From aba20d315185e71883268efbea973629e8378850 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 25 Mar 2025 14:48:49 -0400 Subject: [PATCH] switch to xanmod on selinunte --- systems/selinunte/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/selinunte/configuration.nix b/systems/selinunte/configuration.nix index 788b9d5..2477461 100644 --- a/systems/selinunte/configuration.nix +++ b/systems/selinunte/configuration.nix @@ -28,6 +28,7 @@ }; boot = { + kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod; useSystemdBoot = true; default = true; };