aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/ginaz
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/ginaz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index 89fde1a..8083479 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;