From 81b0fa433585bd0899f1e7c0116bd108f23375b9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 12 Apr 2025 10:52:31 -0500 Subject: use libre kernel for libreX60 --- modules/hosts/libreX60/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/hosts') diff --git a/modules/hosts/libreX60/configuration.nix b/modules/hosts/libreX60/configuration.nix index e1fa6fd..b2acd8c 100644 --- a/modules/hosts/libreX60/configuration.nix +++ b/modules/hosts/libreX60/configuration.nix @@ -8,10 +8,8 @@ grub.biosDevice = "/dev/sda"; }; - # Enable extra software pkgs - #software.desktop = { - # office.enable = true; - #}; + # Use bootloader + boot.kernelPackages = pkgs.linuxPackages-libre; # Enable network drives nas.enable = true; -- cgit v1.2.3