removed nameservers to default to unbuond
This commit is contained in:
parent
9bde38b02b
commit
59a46d1968
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue