{ lib, config, ... }: { config = lib.mkIf (!config.local.profiles.server.enable) { networking.nameservers = ["1.1.1.1" "1.0.0.1"]; }; }