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,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
outputs,
|
outputs,
|
||||||
@@ -17,6 +18,8 @@
|
|||||||
./ssh.nix
|
./ssh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
security.auditd.enable = lib.mkDefault true;
|
security.auditd.enable = lib.mkDefault true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
@@ -18,14 +18,11 @@ in
|
|||||||
./services.nix
|
./services.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot.zfs.extraPools = [
|
||||||
zfs.extraPools = [
|
|
||||||
"media"
|
"media"
|
||||||
"storage"
|
"storage"
|
||||||
"torrenting"
|
"torrenting"
|
||||||
];
|
];
|
||||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.ports = [ 629 ];
|
openssh.ports = [ 629 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user