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