mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
network: disable lldpd
This commit is contained in:
parent
51001f585b
commit
c4e59829c4
7 changed files with 27 additions and 32 deletions
|
@ -12,7 +12,6 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
services.lldpd.enable = true;
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
# dnssec = "true";
|
||||
|
@ -39,6 +38,8 @@
|
|||
matchConfig.Name = "eno1";
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
LLDP = true;
|
||||
EmitLLDP = "nearest-bridge";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue