mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
8 lines
118 B
Nix
8 lines
118 B
Nix
{ pkgs, ... }:
|
|
{
|
|
boot = {
|
|
kernelPackages = pkgs.linuxPackages_6_11;
|
|
zfs.package = pkgs.zfs_unstable;
|
|
};
|
|
}
|