Alejandro Angulo
f04616721d
- Configured redis - Added old data (node system now imports the zfs pool with the data)
10 lines
140 B
Nix
10 lines
140 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
boot.supportedFilesystems = ["zfs"];
|
|
boot.zfs.extraPools = ["tank"];
|
|
networking.hostId = "db616c9e";
|
|
}
|