Update flake

This commit is contained in:
Invariantspace 2024-09-22 00:44:00 -07:00
parent 01999335ea
commit 8d0d943d4e
No known key found for this signature in database
GPG key ID: EBC4A20067373921
5 changed files with 74 additions and 96 deletions

View file

@ -1,8 +1,5 @@
{config, ...}: {
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
loader.grub.zfsSupport = true;
};
{...}: {
boot.loader.grub.zfsSupport = true;
services.zfs = {
autoScrub.enable = true;