LoutreOS: tunning dhcpcd
This commit is contained in:
parent
36462dd228
commit
ab1dc5e87a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user