fix: Import NVME pools

This commit is contained in:
Kyle Brown 2023-12-22 15:12:56 -08:00
parent ef21af039f
commit 0fef5894a0
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
../../common/nixos/zfs.nix
];
networking.hostId = "dbcb155c";
boot.zfs.extraPools = ["red"];
boot.zfs.extraPools = ["red" "p36002"];
services.zfs.autoSnapshot.enable = true;
}

View file

@ -10,7 +10,7 @@
../../common/nixos/zfs.nix
];
networking.hostId = "eb081e21";
boot.zfs.extraPools = ["exos"];
boot.zfs.extraPools = ["exos" "p3600"];
boot.kernelParams = ["zfs.zfs_arc_max=8589934592"]; # 8GB
services.zfs.autoSnapshot.enable = true;