mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Enable network discovery though Unifi Cloud Gateway
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m3s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m3s
This commit is contained in:
parent
4d35e3ab65
commit
1c5ea11740
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@
|
||||||
memoryPercent = 50;
|
memoryPercent = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable LLDPD for network discovery
|
||||||
|
services.lldpd.enable = true;
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue