aboutsummaryrefslogtreecommitdiff
path: root/nixos/custom-hosts.nix
blob: 69dcbc62141ea69c5098748dd67c6a81c0f4936d (plain)
1
2
3
4
5
6
7
8
9
{ ...
}: {
  networking.extraHosts = ''
    # home IP mapping

    192.168.2.1 router.home
    192.168.2.2 server.home
  '';
}