nixos-config/components/network/hosts.nix
2024-06-07 22:56:52 +02:00

5 lines
69 B
Nix

{
networking.extraHosts = ''
95.216.66.212 orbi.public
'';
}