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
|
@ -24,7 +24,6 @@
|
|||
wget
|
||||
dnsutils
|
||||
];
|
||||
services.lldpd.enable = true;
|
||||
services.resolved = {
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
|
@ -163,17 +162,11 @@
|
|||
matchConfig.Name = "wg0";
|
||||
linkConfig.RequiredForOnline = "carrier";
|
||||
networkConfig = {
|
||||
Address = "192.168.43.3/32";
|
||||
DNS = "192.168.42.1";
|
||||
DNSSEC = true;
|
||||
BindCarrier = [ "wlp9s0" "enp0s31f6" ];
|
||||
};
|
||||
addresses = [
|
||||
{
|
||||
addressConfig = {
|
||||
Address = "192.168.43.3/32";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.wireshark = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue