12 lines
168 B
Nix
12 lines
168 B
Nix
{
|
|
den.aspects.dns = {
|
|
nixos = {
|
|
networking = {
|
|
networkmanager.enable = true;
|
|
|
|
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
|
};
|
|
};
|
|
};
|
|
}
|