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
..
2019-01-30 15:59:01 +01:00
2019-08-05 14:03:38 +03:00
2019-03-24 21:13:19 +01:00
2016-10-17 16:20:24 +02:00
2019-05-31 01:21:18 +02:00
2019-08-05 14:03:38 +03:00
2019-03-01 11:10:44 +02:00
2018-04-26 13:57:11 +03:00
2019-06-13 18:25:59 +02:00
2018-05-02 10:30:30 -04:00
2019-07-15 20:25:39 +03:00
2016-11-23 15:23:10 +01:00
2017-09-09 00:29:46 +02:00
2019-04-29 14:05:50 +02:00
2018-07-20 18:48:37 +00:00
2019-03-24 21:15:26 +01:00
2019-04-29 14:05:50 +02:00
2018-09-23 15:26:55 +03:00
2019-03-14 01:28:53 +01:00
2019-07-10 17:40:04 +02:00
2019-03-24 21:15:27 +01:00
2018-07-20 18:48:37 +00:00
2019-06-09 11:49:03 +03:00
2019-05-16 21:14:13 +02:00
2018-02-20 10:14:55 +00:00
2019-03-24 21:15:28 +01:00
2018-11-07 14:51:45 +02:00
2016-12-05 13:37:08 +01:00
2019-04-02 12:16:48 +02:00
2019-03-24 21:15:28 +01:00
2019-07-15 20:25:39 +03:00
2018-01-21 11:23:07 +00:00
2019-04-23 22:52:23 +02:00
2019-07-23 13:18:01 +02:00
2019-07-15 20:25:39 +03:00
2019-05-20 10:37:35 +01:00
2019-03-24 21:15:29 +01:00