fixed extra pool name

This commit is contained in:
Leyla Becker 2024-09-17 10:07:44 -05:00
parent a171e586bd
commit afc3bab3ad

View file

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