fix: No more t7blue

This commit is contained in:
Kyle Brown 2023-12-06 16:42:56 -08:00
parent 78e732f167
commit bdc848a04c

View file

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