fixed extra pool name

This commit is contained in:
Leyla Becker 2024-09-17 10:07:44 -05:00
parent 8897a5646b
commit 63d23d6c54

View file

@ -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;