+6
doc/contributing/reviewing-contributions.chapter.md
+6
doc/contributing/reviewing-contributions.chapter.md
···It is possible for community members that have enough knowledge and experience on a special topic to contribute by merging pull requests.The following paragraphs about how to deal with unactive contributors is just a proposition and should be modified to what the community agrees to be the right policy.
+1
-1
maintainers/maintainer-list.nix
+1
-1
maintainers/maintainer-list.nix
+2
maintainers/team-list.nix
+2
maintainers/team-list.nix
+1
-1
nixos/modules/programs/zsh/zsh.nix
+1
-1
nixos/modules/programs/zsh/zsh.nix
···-fpath+=($p/share/zsh/site-functions $p/share/zsh/$ZSH_VERSION/functions $p/share/zsh/vendor-completions)+fpath=($p/share/zsh/site-functions $p/share/zsh/$ZSH_VERSION/functions $p/share/zsh/vendor-completions $fpath)
+52
-50
nixos/modules/services/backup/btrbk.nix
+52
-50
nixos/modules/services/backup/btrbk.nix
······
+1
-1
nixos/modules/services/misc/gitea.nix
+1
-1
nixos/modules/services/misc/gitea.nix
···-SystemCallFilter = "~@clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @raw-io @reboot @resources @setuid @swap";+SystemCallFilter = "~@clock @cpu-emulation @debug @keyring @memlock @module @mount @obsolete @raw-io @reboot @setuid @swap";
+16
-16
nixos/modules/services/monitoring/grafana.nix
+16
-16
nixos/modules/services/monitoring/grafana.nix
···(mkRenamedOptionModule [ "services" "grafana" "users" "autoAssignOrg" ] [ "services" "grafana" "settings" "users" "auto_assign_org" ])(mkRenamedOptionModule [ "services" "grafana" "users" "autoAssignOrgRole" ] [ "services" "grafana" "settings" "users" "auto_assign_org_role" ])(mkRenamedOptionModule [ "services" "grafana" "auth" "disableLoginForm" ] [ "services" "grafana" "settings" "auth" "disable_login_form" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "enable" ] [ "services" "grafana" "settings" "auth" "anonymous" "enable" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "org_name" ] [ "services" "grafana" "settings" "auth" "anonymous" "org_name" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "org_role" ] [ "services" "grafana" "settings" "auth" "anonymous" "org_role" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "enable" ] [ "services" "grafana" "settings" "auth" "azuread" "enable" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowSignUp" ] [ "services" "grafana" "settings" "auth" "azuread" "allow_sign_up" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "clientId" ] [ "services" "grafana" "settings" "auth" "azuread" "client_id" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowedDomains" ] [ "services" "grafana" "settings" "auth" "azuread" "allowed_domains" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowedGroups" ] [ "services" "grafana" "settings" "auth" "azuread" "allowed_groups" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "enable" ] [ "services" "grafana" "settings" "auth" "google" "enable" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "allowSignUp" ] [ "services" "grafana" "settings" "auth" "google" "allow_sign_up" ])-(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "clientId" ] [ "services" "grafana" "settings" "auth" "google" "client_id" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "enable" ] [ "services" "grafana" "settings" "auth.anonymous" "enabled" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "org_name" ] [ "services" "grafana" "settings" "auth.anonymous" "org_name" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "anonymous" "org_role" ] [ "services" "grafana" "settings" "auth.anonymous" "org_role" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "enable" ] [ "services" "grafana" "settings" "auth.azuread" "enabled" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowSignUp" ] [ "services" "grafana" "settings" "auth.azuread" "allow_sign_up" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "clientId" ] [ "services" "grafana" "settings" "auth.azuread" "client_id" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowedDomains" ] [ "services" "grafana" "settings" "auth.azuread" "allowed_domains" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "azuread" "allowedGroups" ] [ "services" "grafana" "settings" "auth.azuread" "allowed_groups" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "enable" ] [ "services" "grafana" "settings" "auth.google" "enabled" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "allowSignUp" ] [ "services" "grafana" "settings" "auth.google" "allow_sign_up" ])+(mkRenamedOptionModule [ "services" "grafana" "auth" "google" "clientId" ] [ "services" "grafana" "settings" "auth.google" "client_id" ])(mkRenamedOptionModule [ "services" "grafana" "analytics" "reporting" "enable" ] [ "services" "grafana" "settings" "analytics" "reporting_enabled" ])······) "Notifier secure settings will be stored as plaintext in the Nix store! Use file provider instead.")···+AmbientCapabilities = lib.mkIf (cfg.settings.server.http_port < 1024) [ "CAP_NET_BIND_SERVICE" ];+CapabilityBoundingSet = if (cfg.settings.server.http_port < 1024) then [ "CAP_NET_BIND_SERVICE" ] else [ "" ];
-1
nixos/modules/services/networking/dnscrypt-proxy2.nix
-1
nixos/modules/services/networking/dnscrypt-proxy2.nix
+1
-1
nixos/modules/services/security/endlessh-go.nix
+1
-1
nixos/modules/services/security/endlessh-go.nix
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+51
nixos/tests/btrbk-section-order.nix
+51
nixos/tests/btrbk-section-order.nix
···
+14
-8
nixos/tests/grafana/basic.nix
+14
-8
nixos/tests/grafana/basic.nix
·········
+13
-7
nixos/tests/grafana/provision/default.nix
+13
-7
nixos/tests/grafana/provision/default.nix
···
+3
-3
pkgs/applications/misc/mangal/default.nix
+3
-3
pkgs/applications/misc/mangal/default.nix
···
+6
-6
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
+6
-6
pkgs/applications/networking/instant-messengers/zoom-us/default.nix
···url = "https://zoom.us/client/${versions.aarch64-darwin}/zoomusInstallerFull.pkg?archType=arm64";
+2
-2
pkgs/applications/window-managers/e16/default.nix
+2
-2
pkgs/applications/window-managers/e16/default.nix
···
+2
-2
pkgs/development/compilers/ballerina/default.nix
+2
-2
pkgs/development/compilers/ballerina/default.nix
······
+2
-2
pkgs/development/interpreters/clojure/default.nix
+2
-2
pkgs/development/interpreters/clojure/default.nix
···
+2
-2
pkgs/development/libraries/armadillo/default.nix
+2
-2
pkgs/development/libraries/armadillo/default.nix
···
+33
pkgs/development/ocaml-modules/bls12-381-signature/default.nix
+33
pkgs/development/ocaml-modules/bls12-381-signature/default.nix
···+url = "https://gitlab.com/nomadic-labs/cryptography/ocaml-${pname}/-/archive/${version}/ocaml-bls12-381-signature-${version}.tar.bz2";
+2
-2
pkgs/development/ocaml-modules/git/default.nix
+2
-2
pkgs/development/ocaml-modules/git/default.nix
···
+2
-2
pkgs/development/ocaml-modules/paf/default.nix
+2
-2
pkgs/development/ocaml-modules/paf/default.nix
···url = "https://github.com/dinosaure/paf-le-chien/releases/download/${version}/paf-${version}.tbz";
+4
-3
pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix
+4
-3
pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/default.nix
······
+27
-8
pkgs/development/python-modules/mailmanclient/default.nix
+27
-8
pkgs/development/python-modules/mailmanclient/default.nix
···
+3
-3
pkgs/servers/minio/default.nix
+3
-3
pkgs/servers/minio/default.nix
···
+1
-1
pkgs/tools/admin/coldsnap/default.nix
+1
-1
pkgs/tools/admin/coldsnap/default.nix
···
+2
-2
pkgs/tools/misc/gummy/default.nix
+2
-2
pkgs/tools/misc/gummy/default.nix
···
+10
-3
pkgs/tools/security/jadx/default.nix
+10
-3
pkgs/tools/security/jadx/default.nix
······| perl -pe 's#(.*/([^/]+)/([^/]+)/([^/]+)/[0-9a-f]{30,40}/([^/\s]+))$# ($x = $2) =~ tr|\.|/|; "install -Dm444 $1 \$out/$x/$3/$4/$5" #e' \
+1
-3
pkgs/top-level/all-packages.nix
+1
-3
pkgs/top-level/all-packages.nix
···
+2
pkgs/top-level/ocaml-packages.nix
+2
pkgs/top-level/ocaml-packages.nix
···