dotfiles/systems/x86_64-linux/node/zfs.nix
Alejandro Angulo f04616721d
Small nextcloud improvements
- Configured redis
- Added old data (node system now imports the zfs pool with the data)
2023-07-09 15:58:51 -07:00

10 lines
140 B
Nix

{
config,
pkgs,
...
}: {
boot.supportedFilesystems = ["zfs"];
boot.zfs.extraPools = ["tank"];
networking.hostId = "db616c9e";
}