nixos-config/nixos/components/network/hosts.nix
2023-05-28 21:24:20 +02:00

6 lines
62 B
Nix

{
networking.extraHosts = ''
144.76.13.147 robi
'';
}