mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
changed lambda dns
This commit is contained in:
parent
d16b8315b0
commit
c3b34c9c35
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue