chore: follow linter

This commit is contained in:
oddlama 2022-12-14 21:01:15 +01:00
parent 4db499a5d3
commit 63abd85eb0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 35 additions and 8 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
config,
...
}: {
boot.supportedFilesystems = ["zfs"];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;