nix-config/lib/common/common.nix

9 lines
112 B
Nix
Raw Normal View History

2019-07-04 00:31:45 +02:00
{ config, pkgs, ... }:
{
networking = {
nameservers = [ "172.20.72.6" "9.9.9.9" "74.82.42.42" ];
};
}