fix(fs): set kernel version when zfs is selected
This commit is contained in:
parent
ca67c4f0cc
commit
751b7634db
1 changed files with 1 additions and 0 deletions
|
@ -40,5 +40,6 @@ in {
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
|
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
|
||||||
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue