Loading ci/github-script/labels.js +3 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,9 @@ module.exports = async ({ github, context, core, dry }) => { 'assigned', 'commented', // uses updated_at, because that could be > created_at 'committed', // uses committer.date ...(item.labels.some(({ name }) => name === '5.scope: tracking') ? ['cross-referenced'] : []), 'head_ref_force_pushed', 'milestoned', 'pinned', Loading nixos/modules/hardware/fw-fanctrl.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ in Additional config entries for the fw-fanctrl service (documentation: <https://github.com/TamtamHero/fw-fanctrl/blob/main/doc/configuration.md>) ''; type = lib.types.submodule { freeformType = configFormat.type; freeformType = lib.types.attrsOf configFormat.type; options = { defaultStrategy = lib.mkOption { type = lib.types.str; Loading nixos/modules/programs/openvpn3.nix +8 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,12 @@ let options lists ; inherit (lib.types) bool submodule ints; inherit (lib.types) bool submodule ints attrsOf ; in { options.programs.openvpn3 = { Loading @@ -33,7 +38,7 @@ in description = "Options stored in {file}`/etc/openvpn3/netcfg.json` configuration file"; default = { }; type = submodule { freeformType = json.type; freeformType = attrsOf json.type; options = { systemd_resolved = mkOption { type = bool; Loading @@ -57,7 +62,7 @@ in description = "Options stored in {file}`/etc/openvpn3/log-service.json` configuration file"; default = { }; type = submodule { freeformType = json.type; freeformType = attrsOf json.type; options = { journald = mkOption { description = "Use systemd-journald"; Loading nixos/modules/security/agnos.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ let inherit (lib) types mkOption; in types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { email = mkOption { Loading Loading @@ -53,7 +53,7 @@ let inherit (lib) types literalExpression mkOption; in types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { domains = mkOption { Loading Loading @@ -91,7 +91,7 @@ in settings = mkOption { description = "Settings"; type = types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { dns_listen_addr = mkOption { Loading nixos/modules/services/admin/meshcentral.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ with lib; - [Old homepage with documentation link](https://www.meshcommander.com/meshcentral2) ''; type = types.submodule { freeformType = configFormat.type; freeformType = attrsOf configFormat.type; }; example = { settings = { Loading Loading
ci/github-script/labels.js +3 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,9 @@ module.exports = async ({ github, context, core, dry }) => { 'assigned', 'commented', // uses updated_at, because that could be > created_at 'committed', // uses committer.date ...(item.labels.some(({ name }) => name === '5.scope: tracking') ? ['cross-referenced'] : []), 'head_ref_force_pushed', 'milestoned', 'pinned', Loading
nixos/modules/hardware/fw-fanctrl.nix +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ in Additional config entries for the fw-fanctrl service (documentation: <https://github.com/TamtamHero/fw-fanctrl/blob/main/doc/configuration.md>) ''; type = lib.types.submodule { freeformType = configFormat.type; freeformType = lib.types.attrsOf configFormat.type; options = { defaultStrategy = lib.mkOption { type = lib.types.str; Loading
nixos/modules/programs/openvpn3.nix +8 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,12 @@ let options lists ; inherit (lib.types) bool submodule ints; inherit (lib.types) bool submodule ints attrsOf ; in { options.programs.openvpn3 = { Loading @@ -33,7 +38,7 @@ in description = "Options stored in {file}`/etc/openvpn3/netcfg.json` configuration file"; default = { }; type = submodule { freeformType = json.type; freeformType = attrsOf json.type; options = { systemd_resolved = mkOption { type = bool; Loading @@ -57,7 +62,7 @@ in description = "Options stored in {file}`/etc/openvpn3/log-service.json` configuration file"; default = { }; type = submodule { freeformType = json.type; freeformType = attrsOf json.type; options = { journald = mkOption { description = "Use systemd-journald"; Loading
nixos/modules/security/agnos.nix +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ let inherit (lib) types mkOption; in types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { email = mkOption { Loading Loading @@ -53,7 +53,7 @@ let inherit (lib) types literalExpression mkOption; in types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { domains = mkOption { Loading Loading @@ -91,7 +91,7 @@ in settings = mkOption { description = "Settings"; type = types.submodule { freeformType = format.type; freeformType = types.attrsOf format.type; options = { dns_listen_addr = mkOption { Loading
nixos/modules/services/admin/meshcentral.nix +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ with lib; - [Old homepage with documentation link](https://www.meshcommander.com/meshcentral2) ''; type = types.submodule { freeformType = configFormat.type; freeformType = attrsOf configFormat.type; }; example = { settings = { Loading