8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
host = "10.0.1.1";
|
|
containers = {
|
|
storage = "10.0.1.2";
|
|
jellyfin = "10.0.1.3";
|
|
};
|
|
}
|