Matrix: Difference between revisions

Klinger (talk | contribs)
mNo edit summary
Luflosi (talk | contribs)
m Simplify code slightly
Line 100: Line 100:
   networking.firewall = {
   networking.firewall = {
     interfaces.enp2s0 = let
     interfaces.enp2s0 = let
       range = with config.services.coturn; [ {
       range = with config.services.coturn; lib.singleton {
      from = min-port;
        from = min-port;
      to = max-port;
        to = max-port;
    } ];
      };
     in
     in
     {
     {