removed nameservers to default to unbuond

This commit is contained in:
mayel 2025-11-05 15:46:40 +01:00
parent 9bde38b02b
commit 59a46d1968

View file

@ -3,6 +3,7 @@
{ {
networking.hostName = "fifi"; networking.hostName = "fifi";
# Configuration du Wifi et configuration IP fixe (hors du range DHCP: 50-200) # Configuration du Wifi et configuration IP fixe (hors du range DHCP: 50-200)
networking.wireless.enable = true; networking.wireless.enable = true;
@ -20,7 +21,6 @@
]; ];
networking.defaultGateway = "192.168.1.1"; networking.defaultGateway = "192.168.1.1";
networking.nameservers = [ "1.1.1.1" "8.8.8.8" ];
# Configuration du bootloader en mode EFI # Configuration du bootloader en mode EFI