From 1c5ea117405fa5640f963a3b794924f2e53e9650 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Wed, 22 Apr 2026 19:31:46 +0200 Subject: [PATCH] Enable network discovery though Unifi Cloud Gateway --- nix-system-configs/modules/lix-default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix-system-configs/modules/lix-default.nix b/nix-system-configs/modules/lix-default.nix index ae38395..67fabed 100644 --- a/nix-system-configs/modules/lix-default.nix +++ b/nix-system-configs/modules/lix-default.nix @@ -79,6 +79,9 @@ memoryPercent = 50; }; + # Enable LLDPD for network discovery + services.lldpd.enable = true; + # Allow unfree packages nixpkgs.config.allowUnfree = true;