Skip to content

Commit 395ad96

Browse files
authored
Update boot.nix
1 parent 0f94768 commit 395ad96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/default/boot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in
1919
boot.loader.grub.splashImage = ../../assets/wallpaper/dark.jpg;
2020
boot.loader.grub.default = "saved";
2121
boot = {
22-
kernelPackages = pkgs.linuxPackages_zen;
22+
#kernelPackages = pkgs.linuxPackages_zen;
2323
tmp.cleanOnBoot = true;
2424
supportedFilesystems.zfs = lib.mkForce false; # Force disable ZFS
2525
kernelParams =

0 commit comments

Comments
 (0)