push
This commit is contained in:
11
modules/core/network/dns.nix
Normal file
11
modules/core/network/dns.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
den.aspects.dns = {
|
||||
nixos = {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user