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