{ config, pkgs, lib, ... }: { networking.hosts = { "192.168.0.3" = [ "Rory-desktop.local" "nix-bincache.Rory-desktop.local" ]; }; }