mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
changed tower dns
This commit is contained in:
parent
5744ebd238
commit
5fd3115df9
1 changed files with 1 additions and 7 deletions
|
@ -15,13 +15,7 @@
|
|||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = true;
|
||||
|
||||
networking.nameservers = [ "100.100.45.5" "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
|
||||
'';
|
||||
};
|
||||
networking.nameservers = [ "9.9.9.9" ];
|
||||
|
||||
networking.hostName = "tower"; # Define your hostname.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue