fixed extra pool name
This commit is contained in:
parent
a171e586bd
commit
afc3bab3ad
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
boot.zfs.extraPools = [ "zpool" ];
|
||||
boot.zfs.extraPools = [ "zroot" ];
|
||||
|
||||
services.zfs.autoScrub.enable = true;
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue