LoutreOS: tunning dhcpcd

This commit is contained in:
nyanloutre 2019-12-09 00:11:36 +01:00
parent 36462dd228
commit ab1dc5e87a
1 changed files with 7 additions and 5 deletions

View File

@ -49,11 +49,13 @@ in
hostName = "loutreos"; # Define your hostname. hostName = "loutreos"; # Define your hostname.
hostId = "7e66e347"; hostId = "7e66e347";
dhcpcd.extraConfig = '' dhcpcd = {
interface "bouyges" { persistent = true;
send vendor-class-identifier "BYGTELIAD"; extraConfig = ''
} interface bouyges
''; noarp
'';
};
vlans.bouyges = { vlans.bouyges = {
id = 100; id = 100;