From d6f25499c7dc26c158333827e11b824a745e5e93 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 16 Jan 2025 06:46:39 +0700 Subject: resolved --- hosts/local/master/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/local/master') diff --git a/hosts/local/master/configuration.nix b/hosts/local/master/configuration.nix index 712d15c..4888f30 100644 --- a/hosts/local/master/configuration.nix +++ b/hosts/local/master/configuration.nix @@ -8,7 +8,7 @@ ../../linux.nix # ../../unfree.nix #../../android.nix - # ../i3.nix + # ../i3.nix # ../gnome.nix # ../wayland.nix ../nvidia.nix @@ -18,7 +18,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages_latest; + # boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = ["intel_pstate=active"]; # boot.supportedFilesystems = ["ntfs"]; services.fprintd.enable = true; -- cgit v1.2.3