1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/web-servers
Maximilian Bosch 56a7bc05e1
nixos/treewide: drop dependencies to keys.target
The `keys.target` is used to indicate whether all NixOps keys were
successfully uploaded on an unattended reboot. However this can cause
startup issues e.g. with NixOS containers (see #67265) and can block
boots even though this might not be needed (e.g. with a dovecot2
instance running that doesn't need any of the NixOps keys).

As described in the NixOps manual[1], dependencies to keys should be
defined like this now:

``` nix
{
  systemd.services.myservice = {
    after = [ "secret-key.service" ];
    wants = [ "secret-key.service" ];
  };
}
```

However I'd leave the issue open until it's discussed whether or not to
keep `keys.target` in `nixpkgs`.

[1] https://nixos.org/nixops/manual/#idm140737322342384
2019-08-27 18:55:55 +02:00
..
apache-httpd nixos/treewide: drop dependencies to keys.target 2019-08-27 18:55:55 +02:00
hitch
jboss
lighttpd Merge staging-next into staging 2019-07-03 08:59:42 +02:00
nginx nginx: expose generated config and allow nginx reloads (#57429) 2019-08-21 16:52:46 +03:00
phpfpm nixos/phpfpm: deprecate extraConfig options in favor of settings options 2019-08-23 07:56:27 -04:00
unit
varnish
caddy.nix caddy: remove 'bin' attribute 2019-08-18 18:46:21 -06:00
darkhttpd.nix nixos darkhttpd: module to enable darkhttpd 2019-08-26 19:57:49 +08:00
fcgiwrap.nix
hydron.nix nixos/hydron: replace deprecated usage of PermissionsStartOnly 2019-05-25 08:38:15 -04:00
meguca.nix
mighttpd2.nix
minio.nix
shellinabox.nix
tomcat.nix
traefik.nix
uwsgi.nix
zope2.nix