{ config, pkgs, inputs, ... }: { networking.nameservers = [ "192.168.1.80" "192.168.1.20" ]; # enable mosh programs.mosh.enable = true; }