mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
changed lambda dns
This commit is contained in:
parent
57fdd3fbaf
commit
89be00ff5b
1 changed files with 0 additions and 8 deletions
|
@ -77,14 +77,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.nameservers = [ "9.9.9.9" ];
|
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.enable = true;
|
||||||
services.grafana.settings.server.http_port = 3000;
|
services.grafana.settings.server.http_port = 3000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue