Add uniqueness check for ports

Credit to https://lorenzbischof.ch/posts/detect-port-conflicts-in-nixos-services/
This commit is contained in:
SebastianStork 2025-06-14 01:13:37 +02:00
parent a4c3e2a829
commit 232c9aa946
21 changed files with 110 additions and 12 deletions

View file

@ -22,6 +22,7 @@
sound.enable = true;
services = {
resolved.enable = true;
gc.enable = true;
geoclue.enable = true;
tailscale = {