diff options
author | polwex <polwex@sortug.com> | 2025-01-16 06:46:39 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-16 06:46:39 +0700 |
commit | d6f25499c7dc26c158333827e11b824a745e5e93 (patch) | |
tree | 88ee3415538db5164f18e6c8eb09e102e34b0db6 /hosts/local/master/configuration.nix | |
parent | bb7b42387f2ce27ffce5847340e09fe065487be1 (diff) |
resolved
Diffstat (limited to 'hosts/local/master/configuration.nix')
-rw-r--r-- | hosts/local/master/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |