tsuki/zfs: pin kernel + zfs package

This commit is contained in:
2025-03-28 10:19:47 +01:00
parent da55b9e803
commit ad9ebff11f

View File

@@ -1,4 +1,4 @@
{ config, lib, modulesPath, ... }:
{ config, pkgs, lib, modulesPath, ... }:
{
imports = [
./hardware-configuration.nix
@@ -85,7 +85,9 @@
services.zfs.autoScrub.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_6_13;
zfs.requestEncryptionCredentials = false;
zfs.package = pkgs.zfs_2_3;
loader = {
grub = {
enable = true;