hela: set DNS properly to itself

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-11-15 14:04:33 +01:00
parent 17fce2445a
commit ceb4aeb107
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -99,4 +99,9 @@ in {
cache_size = 128;
};
};
services.resolved.fallbackDns = lib.mkForce [];
networking.nameservers = lib.mkForce [
"10.1.0.1"
];
}