mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Add uniqueness check for domains
This commit is contained in:
parent
232c9aa946
commit
f160a9be33
3 changed files with 59 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ let
|
|||
entry:
|
||||
map (port: {
|
||||
file = entry.file;
|
||||
port = port;
|
||||
inherit port;
|
||||
}) entry.value
|
||||
)
|
||||
|> lib.groupBy (entry: toString entry.port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue