nixos-config/system/all/hosts.nix

6 lines
64 B
Nix
Raw Normal View History

2020-04-27 21:41:42 +02:00
{
networking.extraHosts = ''
192.168.0.24 scanner
'';
}