fixed extra pool name
This commit is contained in:
parent
8897a5646b
commit
63d23d6c54
|
@ -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