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

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