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.
hostId = "7e66e347";
dhcpcd.extraConfig = ''
interface "bouyges" {
send vendor-class-identifier "BYGTELIAD";
}
'';
dhcpcd = {
persistent = true;
extraConfig = ''
interface bouyges
noarp
'';
};
vlans.bouyges = {
id = 100;