5 lines
82 B
Nix
5 lines
82 B
Nix
{
|
|
networking.hosts = {
|
|
"23.37.196.172" = [ "cdn.apple-mapkit.com" ];
|
|
};
|
|
}
|