os/lib/add-local-hostname.nix

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

6 lines
72 B
Nix
Raw Normal View History

{ lib }:
hostnames: {
"127.0.0.1" = hostnames;
"::1" = hostnames;
}