2023-04-07 03:12:43 +00:00
|
|
|
{
|
2023-07-09 15:25:22 +00:00
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
boot.supportedFilesystems = ["zfs"];
|
2023-07-09 22:58:51 +00:00
|
|
|
boot.zfs.extraPools = ["tank"];
|
2023-07-09 15:25:22 +00:00
|
|
|
networking.hostId = "db616c9e";
|
2023-04-07 03:12:43 +00:00
|
|
|
}
|