forked from mirrors_public/oddlama_nix-config
chore: follow linter
This commit is contained in:
parent
4db499a5d3
commit
63abd85eb0
7 changed files with 35 additions and 8 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue