Loading nixos/modules/services/networking/tinyproxy.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ in freeformType = settingsFormat.type; options = { Listen = mkOption { type = types.str; type = types.nullOr types.str; default = "127.0.0.1"; description = '' Specify which address to listen to. Loading Loading
nixos/modules/services/networking/tinyproxy.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ in freeformType = settingsFormat.type; options = { Listen = mkOption { type = types.str; type = types.nullOr types.str; default = "127.0.0.1"; description = '' Specify which address to listen to. Loading