os/lib/add-local-hostname.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
70 B
Nix
Raw Normal View History

2024-08-18 22:22:59 +00:00
{lib}: hostnames: {
2023-10-07 12:06:28 +00:00
"127.0.0.1" = hostnames;
"::1" = hostnames;
}