fix local dns
This commit is contained in:
parent
3c1fa2410e
commit
1564249a3d
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ lib, ... }: {
|
||||
imports = [
|
||||
./homelab/share.nix
|
||||
./homelab/proxy.nix
|
||||
|
|
@ -8,4 +8,9 @@
|
|||
./homelab/idp.nix
|
||||
./base.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
networkmanager.dns = "none";
|
||||
nameservers = lib.mkForce [ "127.0.0.1" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue