From ab1dc5e87a77a8abb5d07a1bac426e9c5ace77ae Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 9 Dec 2019 00:11:36 +0100 Subject: [PATCH] LoutreOS: tunning dhcpcd --- systems/LoutreOS/configuration.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 29aa22ba6..8edcfe9e1 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;