mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
hela
: set DNS properly to itself
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
17fce2445a
commit
ceb4aeb107
|
@ -99,4 +99,9 @@ in {
|
|||
cache_size = 128;
|
||||
};
|
||||
};
|
||||
|
||||
services.resolved.fallbackDns = lib.mkForce [];
|
||||
networking.nameservers = lib.mkForce [
|
||||
"10.1.0.1"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue