Enable network discovery though Unifi Cloud Gateway
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m3s

This commit is contained in:
Root User 2026-04-22 19:31:46 +02:00
parent 4d35e3ab65
commit 1c5ea11740
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -79,6 +79,9 @@
memoryPercent = 50;
};
# Enable LLDPD for network discovery
services.lldpd.enable = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;