network: disable lldpd

This commit is contained in:
Rouven Seifert 2023-12-27 22:22:42 +01:00
parent 51001f585b
commit c4e59829c4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 27 additions and 32 deletions

View file

@ -19,6 +19,8 @@
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
tmp.useTmpfs = true;
kernelPackages = pkgs.linuxPackages_latest;
};
services.btrfs.autoScrub.enable = true;

View file

@ -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";
};
};
};