dns fixes
This commit is contained in:
parent
b8ac30ba01
commit
65eec7ec06
4 changed files with 6 additions and 3 deletions
5
modules/common/dns.nix
Normal file
5
modules/common/dns.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
networking.resolvconf.enable = false;
|
||||
environment.etc."resolv.conf".text = lib.mkForce "nameserver 127.0.0.1";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue