{ config, lib, pkgs, ... }: { config = { networking.hosts = { "100.95.131.43" = [ "whitepc" ]; }; }; }