prefect: add default nameserver to resolv.conf
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M system/prefect.nix → system/prefect.nix
@@ -99,6 +99,7 @@ ''; networking = { hostName = "prefect"; + resolvconf.useLocalResolver = true; }; services.transmission = {