mirror of
https://github.com/hyprspace/hyprspace.git
synced 2026-09-12 19:51:07 +05:00
fix: use opt.metricsPort.value (#39)
This commit is contained in:
parent
7bba1f9f82
commit
64c86d5555
@ -23,7 +23,7 @@ let
|
||||
)
|
||||
);
|
||||
|
||||
maybeMetricsPort = mkIf opt.metricsPort.isDefined (toString opt.metricsPort);
|
||||
maybeMetricsPort = mkIf opt.metricsPort.isDefined (toString opt.metricsPort.value);
|
||||
|
||||
listenPorts = map (builtins.match "/.*/(tcp|udp)/([0-9]*).*") cfg.settings.listenAddresses;
|
||||
in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user