14 lines
255 B
Nix
14 lines
255 B
Nix
{
|
|
host = "10.0.1.1";
|
|
containers = {
|
|
storage = "10.0.1.2";
|
|
social = "10.0.1.3";
|
|
music = "10.0.1.4";
|
|
quassel = "10.0.1.5";
|
|
forgejo = "10.0.1.6";
|
|
postgresql = "10.0.1.7";
|
|
piped-fi = "10.0.1.8";
|
|
caldav = "10.0.1.9";
|
|
};
|
|
}
|