fix zfs config
This commit is contained in:
parent
c1e09364bb
commit
3de1ca400c
2 changed files with 3 additions and 2 deletions
|
@ -50,6 +50,7 @@
|
|||
# factorio
|
||||
element-desktop
|
||||
discord
|
||||
spotify
|
||||
];
|
||||
|
||||
services.emacs.defaultEditor = false;
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
trim.enable = true;
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
pools = [ "toasterpool" ];
|
||||
pools = [ "zpool" ];
|
||||
};
|
||||
};
|
||||
networking.hostId = "dca22577";
|
||||
boot = {
|
||||
kernelPackages = let
|
||||
kernelPackages = let
|
||||
zfsCompatibleKernelPackages = lib.filterAttrs (
|
||||
name: kernelPackages:
|
||||
(builtins.match "linux_[0-9]+_[0-9]+" name) != null
|
||||
|
|
Loading…
Add table
Reference in a new issue