nix-config/lib/common/common.nix

9 lines
112 B
Nix

{ config, pkgs, ... }:
{
networking = {
nameservers = [ "172.20.72.6" "9.9.9.9" "74.82.42.42" ];
};
}