nixpkgs/nixos/modules/services/misc
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
..
taskserver treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
airsonic.nix airsonic: enable nginx.recommendedProxySettings with virtualHost 2020-02-28 19:38:58 +01:00
ankisyncd.nix nixos/ankisyncd: init at 2.1.0 2020-03-10 22:45:33 +01:00
apache-kafka.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
autofs.nix treewide: add types to boolean / enable options or make use of mkEnableOption 2020-04-27 09:32:01 +02:00
autorandr.nix nixos/modules: fix systemd start rate-limits 2020-10-31 01:35:56 -07:00
bazarr.nix nixos/bazarr: init 2020-05-22 11:23:31 +02:00
beanstalkd.nix nixos/beanstalkd: add openFirewall option 2020-09-01 10:07:28 -04:00
bees.nix nixos/modules: services.bees init 2018-11-29 20:27:45 -06:00
bepasty.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
calibre-server.nix nixos/calibre-server: Allow multiple libraries 2020-09-17 12:04:39 +02:00
canto-daemon.nix
cfdyndns.nix nixos/cfdyndns: add apikeyFile option 2020-11-10 14:00:16 +01:00
cgminer.nix nixos/modules: fix systemd start rate-limits 2020-10-31 01:35:56 -07:00
clipmenu.nix nixos/modules: add clipmenu user service 2018-07-15 12:22:46 -07:00
confd.nix nixos/*: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
couchpotato.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
cpuminer-cryptonight.nix nixos/modules: Remove all usages of types.string 2019-08-31 18:19:00 +02:00
defaultUnicornConfig.rb gitlab service: use recommended unicorn config 2018-03-22 02:29:28 +01:00
devmon.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
dictd.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
disnix.nix nixos/disnix: reorder startup to take MongoDB and InfluxDB into account, add option to add Disnix profile to the system PATH 2020-11-28 20:15:21 +01:00
docker-registry.nix nixos/docker-registry: always run systemctl of the currently running systemd 2020-05-21 10:29:37 +02:00
domoticz.nix nixos/domoticz: use DynamicUser and StateDirectory 2020-10-11 11:15:56 +01:00
dwm-status.nix nixos/dwm-status: add module 2019-06-12 00:15:10 +02:00
dysnomia.nix nixos/dysnomia: add InfluxDB configuration options, add option to use legacy modules, eliminate import from derivation hack 2020-11-28 20:15:21 +01:00
errbot.nix treewide: Switch to system users 2019-10-12 22:25:28 +02:00
etcd.nix nixos/*: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
ethminer.nix nixos/ethminer: always restart 2019-12-25 10:33:50 -05:00
exhibitor.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
felix.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
freeswitch.nix nixos/freeswitch: Unit improvements and add fs_cli 2020-06-05 20:16:43 +02:00
fstrim.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
gammu-smsd.nix treewide: fix modules options types where the default is null 2020-04-28 19:13:59 +02:00
geoip-updater.nix nixos/modules: users.(extraUsers|extraGroup->users|group) 2018-06-30 03:02:58 +02:00
gitea.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
gitit.nix reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
gitlab.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
gitlab.xml nixos/gitlab: Support incoming mail 2020-08-21 18:56:20 +02:00
gitolite.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
gitweb.nix nixos/gitweb: add gitwebTheme option 2018-04-17 20:07:01 +03:00
gogs.nix gogs: 0.11.91 -> 0.12.3 2020-11-28 06:50:52 +01:00
gollum.nix Merge pull request #93532 from erictapen/gollum-h1-title 2020-08-22 22:45:43 +02:00
gpsd.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
greenclip.nix Shorten mkEnableOption description 2019-07-23 12:19:28 +09:00
headphones.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
home-assistant.nix home-assistant: add allowlist_external_dirs to systemd unit ReadWritePaths 2020-11-19 04:29:03 -08:00
ihaskell.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
irkerd.nix irkerd service: init 2017-03-17 09:16:32 -05:00
jackett.nix nixos/jackett: add package option 2019-07-07 12:23:01 +01:00
jellyfin.nix nixos/jellyfin: add some systemd security options 2020-10-20 21:09:28 +02:00
klipper.nix nixos/klipper: init 2020-10-11 15:55:50 -07:00
leaps.nix nixos/*: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
lidarr.nix nixos/lidarr: Add dataDir option 2019-10-20 21:20:53 +02:00
logkeys.nix nixos/modules: Remove all usages of types.string 2019-08-31 18:19:00 +02:00
mame.nix nixos/mame: init 2019-12-10 19:53:43 +03:00
matrix-appservice-discord.nix nixos/matrix-appservice-discord: update module for v1.0.0 2020-12-27 12:59:11 +01:00
matrix-synapse-log_config.yaml
matrix-synapse.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
matrix-synapse.xml nixos/matrix-synapse: enable HTTPS in example (#109230) 2021-01-13 22:20:17 +01:00
mautrix-telegram.nix nixos/mautrix-telegram: update defaults 2020-11-29 21:28:07 +01:00
mbpfan.nix nixos/mbpfan: /var/run -> /run 2019-03-20 00:02:45 +01:00
mediatomb.nix nixos/mediatomb: fix doc errors 2020-10-08 16:04:11 +02:00
metabase.nix modules: adding metabase service 2019-08-18 13:44:26 +02:00
mwlib.nix nixos: remove dependencies on local-fs.target 2019-09-01 19:06:38 +02:00
n8n.nix nixos/n8n: init module and test 2020-12-05 11:02:40 +01:00
nix-daemon.nix utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
nix-gc.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
nix-optimise.nix nixos/nix-optimise: be smarter about when we run the store optimiser 2019-07-03 09:37:14 +08:00
nix-ssh-serve.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
novacomd.nix webos: init novacom, novacomd, cmake-modules; add nixos service 2018-02-20 10:34:19 -06:00
nzbget.nix nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
nzbhydra2.nix nixos/nzbhydra2: init 2020-12-21 19:41:24 +01:00
octoprint.nix nixos/octoprint: remove references to deprecated/removed m33-fio plugin 2020-11-06 00:39:50 -08:00
osrm.nix treewide: Switch to system users 2019-10-12 22:25:28 +02:00
packagekit.nix nixos/packagekit: make it not error out and use upstream systemd unit 2019-04-24 22:31:36 +08:00
paperless.nix nixos/paperless: fix tmpfiles rules 2020-01-13 02:01:23 +00:00
parsoid.nix nixos/parsoid: enable systemd sandboxing 2020-02-25 01:32:31 +01:00
pinnwand.nix nixos/pinnwand: init 2020-08-09 01:52:22 +02:00
plex.nix plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07:00
pykms.nix nixos/pykms: add SyslogIdentifier 2020-04-29 03:53:47 +00:00
radarr.nix nixos/radarr: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:01:00 -04:00
redmine.nix gitAndTools: move everything to the top level 2021-01-14 21:27:48 +00:00
ripple-data-api.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
rippled.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
safeeyes.nix nixos/modules: fix systemd start rate-limits 2020-10-31 01:35:56 -07:00
serviio.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
sickbeard.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
siproxd.nix nixos/*: fix indentation 2020-11-23 08:42:51 +10:00
snapper.nix nixos/snapper: add snapperd dbus service 2020-10-08 23:17:44 +02:00
sonarr.nix nixos/sonarr: replace deprecated usage of PermissionsStartOnly 2019-04-13 07:01:01 -04:00
spice-vdagentd.nix nixos/spice-vdagentd: /var/run -> /run 2019-03-20 00:02:45 +01:00
ssm-agent.nix ssm-agent: fix bad user declaration 2020-10-07 09:36:21 +10:00
sssd.nix nixos/sssd: fix the module 2020-08-24 10:10:47 -04:00
subsonic.nix nixos: remove dependencies on local-fs.target 2019-09-01 19:06:38 +02:00
sundtek.nix
svnserve.nix nixos/*: fix indentation 2020-11-23 08:42:51 +10:00
synergy.nix treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
sysprof.nix sysprof: 1.2.0 -> 3.28.1 2018-05-16 16:54:12 +02:00
tautulli.nix nixos/treewide: Move rename.nix imports to their respective modules 2019-12-10 02:51:19 +01:00
tiddlywiki.nix nixos/tiddlywiki: init 2019-07-16 23:12:16 +01:00
tzupdate.nix nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
uhub.nix treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
weechat.nix nixos/weechat: add setuid wrapper for `screen' to ensure true multiuser capabilities 2018-10-10 11:11:34 +02:00
weechat.xml Manual: make reproducible 2019-02-06 22:35:58 -05:00
xmr-stak.nix xmr-stak service: support multiple config files 2018-06-19 18:07:41 +02:00
zigbee2mqtt.nix zigbee2mqtt: 1.16.1 -> 1.16.2 2020-12-05 17:42:07 +01:00
zoneminder.nix nixos/zoneminder: fix evaluation with php refactor 2020-05-17 13:42:42 -04:00
zookeeper.nix nixos/zookeeper: adapt to zookeeper 3.6.2 2020-12-09 15:46:38 +01:00