mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
moved zfs kernelPackages to global default.nix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
outputs,
|
||||
@@ -17,6 +18,8 @@
|
||||
./ssh.nix
|
||||
];
|
||||
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
security.auditd.enable = lib.mkDefault true;
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user