mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
7 lines
148 B
Nix
7 lines
148 B
Nix
{ ... }: {
|
|
# TODO: put the actual setup here.
|
|
networking.hosts = {
|
|
"10.0.0.1" = [ "vps1.local" ];
|
|
"10.0.0.3" = [ "vps3.local" ];
|
|
};
|
|
}
|