mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
meta/ports: Separate tcp and udp lists to avoid false conflicts
This commit is contained in:
parent
b51d0d095d
commit
e288bb2bf3
19 changed files with 61 additions and 32 deletions
|
|
@ -27,7 +27,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
meta = {
|
||||
domains.list = [ cfg.domain ];
|
||||
ports.list = [ cfg.port ];
|
||||
ports.tcp.list = [ cfg.port ];
|
||||
};
|
||||
|
||||
services.victorialogs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue