nixos-config/nixos/components/network/hosts.nix
2023-12-22 20:28:52 +01:00

5 lines
62 B
Nix

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