moved zfs kernelPackages to global default.nix

This commit is contained in:
2024-09-15 12:56:48 -04:00
parent f1c4fc6e43
commit 71ad29b6a1
2 changed files with 8 additions and 8 deletions

View File

@@ -18,14 +18,11 @@ in
./services.nix
];
boot = {
zfs.extraPools = [
"media"
"storage"
"torrenting"
];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
};
boot.zfs.extraPools = [
"media"
"storage"
"torrenting"
];
services = {
openssh.ports = [ 629 ];