diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 29aa22b..8edcfe9 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -49,11 +49,13 @@ in hostName = "loutreos"; # Define your hostname. hostId = "7e66e347"; - dhcpcd.extraConfig = '' - interface "bouyges" { - send vendor-class-identifier "BYGTELIAD"; - } - ''; + dhcpcd = { + persistent = true; + extraConfig = '' + interface bouyges + noarp + ''; + }; vlans.bouyges = { id = 100;