+3
maintainers/maintainer-list.nix
+3
maintainers/maintainer-list.nix
+256
-257
nixos/modules/services/networking/syncthing.nix
+256
-257
nixos/modules/services/networking/syncthing.nix
···+were removed. Please use, respectively, {rescanIntervalS,fsWatcherEnabled,fsWatcherDelayS} instead.···-"devices": ('${escapeShellArg (builtins.toJSON devices)}'${optionalString (cfg.devices == {} || ! cfg.overrideDevices) " + .devices"}),-"folders": ('${escapeShellArg (builtins.toJSON folders)}'${optionalString (cfg.folders == {} || ! cfg.overrideFolders) " + .folders"})+new_cfg=$(printf '%s\n' "$old_cfg" | ${pkgs.jq}/bin/jq -c ${escapeShellArg ''. * ${builtins.toJSON cleanedConfig} * {+"devices": ('${escapeShellArg (builtins.toJSON devices)}'${optionalString (cfg.settings.devices == {} || ! cfg.overrideDevices) " + .devices"}),+"folders": ('${escapeShellArg (builtins.toJSON folders)}'${optionalString (cfg.settings.folders == {} || ! cfg.overrideFolders) " + .folders"})···+Whether to send announcements to the local LAN, also use such announcements to find other devices.+The default, 0, mean the user has not made a choice, and Syncthing will ask at some point in the future.+"-1" means no, a number above zero means that that version of usage reporting has been accepted.+Whether to apply bandwidth limits to devices in the same broadcast domain as the local device.+This option controls how many folders may concurrently be in I/O-intensive operations such as syncing or scanning.+The mechanism is described in detail in a [separate chapter](https://docs.syncthing.net/advanced/option-max-concurrency.html).+On Unix systems, tries to copy file/folder ownership from the parent directory (the directory it’s located in).+Requires running Syncthing as a privileged user, or granting it additional capabilities (e.g. CAP_CHOWN on Linux).···This option was removed because Syncthing now has the inotify functionality included under the name "fswatcher".+(mkRenamedOptionModule [ "services" "syncthing" "extraOptions" ] [ "services" "syncthing" "settings" ])+(mkRenamedOptionModule [ "services" "syncthing" "folders" ] [ "services" "syncthing" "settings" "folders" ])+(mkRenamedOptionModule [ "services" "syncthing" "devices" ] [ "services" "syncthing" "settings" "devices" ])+(mkRenamedOptionModule [ "services" "syncthing" "options" ] [ "services" "syncthing" "settings" "options" ])mkRenamedOptionModule [ "services" "syncthing" "declarative" o ] [ "services" "syncthing" o ]···
+1
-1
nixos/modules/services/networking/twingate.nix
+1
-1
nixos/modules/services/networking/twingate.nix
···
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+4
-4
nixos/tests/syncthing-init.nix
+4
-4
nixos/tests/syncthing-init.nix
···
+18
nixos/tests/syncthing-no-settings.nix
+18
nixos/tests/syncthing-no-settings.nix
···
+15
-4
pkgs/applications/misc/tint2/default.nix
+15
-4
pkgs/applications/misc/tint2/default.nix
······+url = "https://gitlab.com/nick87720z/tint2/uploads/7de4501a4fa4fffa5ba8bb0fa3d19f78/glib.patch";···
+2
-2
pkgs/applications/networking/browsers/brave/default.nix
+2
-2
pkgs/applications/networking/browsers/brave/default.nix
···url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
+19
-15
pkgs/applications/networking/instant-messengers/teamspeak/client.nix
+19
-15
pkgs/applications/networking/instant-messengers/teamspeak/client.nix
···-, alsa-lib, libpulseaudio ? null, libredirect, quazip, which, unzip, llvmPackages_10, writeShellScriptBinxorg.libxcb fontconfig xorg.libXext xorg.libX11 alsa-lib qtbase qtwebengine qtwebchannel qtsvg-qtwebsockets libpulseaudio quazip llvmPackages_10.libcxx llvmPackages_10.libcxxabi # llvmPackages_11 and higher crash https://github.com/NixOS/nixpkgs/issues/161395···url = "https://files.teamspeak-services.com/releases/client/${version}/TeamSpeak3-Client-linux_${arch}-${version}.run";···+# it's looking for a dependency and didn't find it. Check the script and make sure the dep is in nativeBuildInputs.···
+14
-3
pkgs/applications/networking/seaweedfs/default.nix
+14
-3
pkgs/applications/networking/seaweedfs/default.nix
······+url = "https://github.com/seaweedfs/seaweedfs/commit/1bfc9581e0bc04f394187a0d39f319ad65df5aca.patch";
+8
-2
pkgs/applications/video/qmplay2/default.nix
+8
-2
pkgs/applications/video/qmplay2/default.nix
···············
+10
-4
pkgs/applications/window-managers/sway/osd.nix
+10
-4
pkgs/applications/window-managers/sway/osd.nix
······
+41
pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
+41
pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
···
+81
pkgs/development/python-modules/slack-bolt/default.nix
+81
pkgs/development/python-modules/slack-bolt/default.nix
···
+3
-4
pkgs/development/python-modules/slack-sdk/default.nix
+3
-4
pkgs/development/python-modules/slack-sdk/default.nix
···············
+6
-2
pkgs/development/python-modules/trimesh/default.nix
+6
-2
pkgs/development/python-modules/trimesh/default.nix
······
+21
-13
pkgs/development/python-modules/wandb/default.nix
+21
-13
pkgs/development/python-modules/wandb/default.nix
··················
+9
-4
pkgs/development/tools/capnproto-rust/default.nix
+9
-4
pkgs/development/tools/capnproto-rust/default.nix
······
+6
-6
pkgs/development/tools/symfony-cli/default.nix
+6
-6
pkgs/development/tools/symfony-cli/default.nix
······
+37
pkgs/os-specific/linux/fanout/default.nix
+37
pkgs/os-specific/linux/fanout/default.nix
···
+13
pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
+13
pkgs/os-specific/linux/fanout/remove_auto_mknod.patch
···
+2
-1
pkgs/servers/mastodon/default.nix
+2
-1
pkgs/servers/mastodon/default.nix
-29
pkgs/servers/mastodon/update.nix
-29
pkgs/servers/mastodon/update.nix
···-binPath = lib.makeBinPath [ yarn2nix bundix coreutils diffutils nix-prefetch-github gnused jq ];
+12
-11
pkgs/servers/mastodon/update.sh
+12
-11
pkgs/servers/mastodon/update.sh
······-echo "Usage: update.sh [--owner OWNER] [--repo REPO] --ver VERSION [--rev REVISION] [--patches PATCHES]"-echo "If VERSION is not a revision acceptable to 'git checkout', you must provide one in REVISION."+echo "Usage: update.sh [--owner OWNER] [--repo REPO] [--ver VERSION] [--rev REVISION] [--patches PATCHES]"+echo "If REVISION is not provided, the latest tag from github.com/mastodon/mastodon is fetched and VERSION is calculated from it."+REVISION="$(curl ${GITHUB_TOKEN:+" -u \":$GITHUB_TOKEN\""} -s "https://api.github.com/repos/$OWNER/$REPO/releases" | jq -r 'map(select(.prerelease == false)) | .[0].tag_name')"······
+2
-2
pkgs/servers/nosql/apache-jena/binary.nix
+2
-2
pkgs/servers/nosql/apache-jena/binary.nix
···
+18
-4
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
+18
-4
pkgs/servers/nosql/apache-jena/fuseki-binary.nix
······
+18
pkgs/servers/nosql/apache-jena/fuseki-test.nix
+18
pkgs/servers/nosql/apache-jena/fuseki-test.nix
···+curl -d 'update=insert+data+{+<test://subject>+<test://predicate>+<test://object>+}' http://127.0.0.1:3030/dataset/update > /dev/null+curl -d 'query=select+?s+?p+?o+where+{+?s+?p+?o+.+}' http://127.0.0.1:3030/dataset/query | grep -C999 'test://predicate'
+1
-4
pkgs/stdenv/adapters.nix
+1
-4
pkgs/stdenv/adapters.nix
······-# ++ lib.optional (stdenv.hostPlatform.libc == "glibc") ((lib.flip overrideInStdenv) [ self.glibc.static ])
+1
-1
pkgs/tools/security/metasploit/Gemfile
+1
-1
pkgs/tools/security/metasploit/Gemfile
+9
-9
pkgs/tools/security/metasploit/Gemfile.lock
+9
-9
pkgs/tools/security/metasploit/Gemfile.lock
············
+2
-2
pkgs/tools/security/metasploit/default.nix
+2
-2
pkgs/tools/security/metasploit/default.nix
···
+15
-15
pkgs/tools/security/metasploit/gemset.nix
+15
-15
pkgs/tools/security/metasploit/gemset.nix
··················
+2
pkgs/top-level/linux-kernels.nix
+2
pkgs/top-level/linux-kernels.nix
···
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
···google-cloud-appengine-logging = callPackage ../development/python-modules/google-cloud-appengine-logging { };+google-cloud-artifact-registry = callPackage ../development/python-modules/google-cloud-artifact-registry { };google-cloud-audit-log = callPackage ../development/python-modules/google-cloud-audit-log { };···skytemple-ssb-debugger = callPackage ../development/python-modules/skytemple-ssb-debugger { };