fix: Import NVME pools
This commit is contained in:
parent
ef21af039f
commit
0fef5894a0
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue