forked from pub-solar/os
6 lines
72 B
Nix
6 lines
72 B
Nix
{ lib }:
|
|
hostnames: {
|
|
"127.0.0.1" = hostnames;
|
|
"::1" = hostnames;
|
|
}
|