changed lambda dns

This commit is contained in:
Luj 2023-06-09 12:05:52 +02:00
parent 57fdd3fbaf
commit 89be00ff5b

View file

@ -77,14 +77,6 @@
};
networking.nameservers = [ "9.9.9.9" ];
environment.etc."resolv.conf" = with lib; with pkgs; {
source = writeText "resolv.conf" ''
${concatStringsSep "\n" (map (ns: "nameserver ${ns}") config.networking.nameservers)}
options edns0
'';
};
services.grafana.enable = true;
services.grafana.settings.server.http_port = 3000;