diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-28 10:43:24 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-28 10:43:24 -0700 |
commit | 0b77f4cc1ac28315e56433dfbb9359c764c32d35 (patch) | |
tree | b30e415972dd22d4d08e24df3eed6042aa21a614 /hosts/ginaz | |
parent | 1b0ab71882457cf02f39a9269a8fa2b847a0d4f3 (diff) | |
download | nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar.gz nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar.bz2 nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar.lz nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar.xz nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.tar.zst nix-0b77f4cc1ac28315e56433dfbb9359c764c32d35.zip |
Track LTS kernel @ginaz
Diffstat (limited to 'hosts/ginaz')
-rw-r--r-- | hosts/ginaz/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index cf11b5e..bdddd68 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,7 +1,7 @@ { config, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "amdgpu" "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_10; + #kernelPackages = pkgs.linuxPackages_6_10; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; |