From 59a46d19683bc1180f47d8d04ae959ac309d851c Mon Sep 17 00:00:00 2001 From: mayel Date: Wed, 5 Nov 2025 15:46:40 +0100 Subject: [PATCH] removed nameservers to default to unbuond --- cluster/nodes/fifi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/nodes/fifi.nix b/cluster/nodes/fifi.nix index fb3b829..e13981e 100755 --- a/cluster/nodes/fifi.nix +++ b/cluster/nodes/fifi.nix @@ -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