Cleanup
This commit is contained in:
parent
70f0c6118e
commit
e9cdacbfc8
20 changed files with 142 additions and 310 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{...}: {
|
||||
boot.loader.grub.zfsSupport = true;
|
||||
{pkgs, ...}: {
|
||||
boot = {
|
||||
loader.grub.zfsSupport = true;
|
||||
zfs.package = pkgs.zfs_unstable;
|
||||
};
|
||||
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue