os/lib/add-local-hostname.nix
2023-11-10 19:48:06 +01:00

6 lines
72 B
Nix

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