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