added zfs

This commit is contained in:
2025-02-12 20:09:08 -07:00
parent af882c396a
commit e975a71491

View File

@@ -134,7 +134,7 @@
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false; boot.zfs.forceImportRoot = false;
networking.hostId = "eafe9551"; networking.hostId = "eafe9551";
boot.zfs.extraPools = [ "data-ssd" "backup" ]; boot.zfs.extraPools = [ "data-ssd" "backup" "vms" ];
services.sanoid = { services.sanoid = {
enable = true; enable = true;
templates.production = { templates.production = {