mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos: enable lldpd
This commit is contained in:
parent
51b70de31a
commit
fe248b8f79
1 changed files with 3 additions and 3 deletions
|
@ -133,9 +133,9 @@ in {
|
|||
reflector = true;
|
||||
};
|
||||
|
||||
apcupsd = { enable = true; };
|
||||
|
||||
fwupd = { enable = true; };
|
||||
apcupsd.enable = true;
|
||||
fwupd.enable = true;
|
||||
lldpd.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
openssh = {
|
||||
|
|
Loading…
Reference in a new issue