dotfiles/systems/x86_64-linux/node/zfs.nix

10 lines
140 B
Nix
Raw Normal View History

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