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-08-05 14:03:38 +03:00
2019-03-24 21:15:27 +01:00
2019-08-05 14:03:38 +03:00
2019-08-27 18:55:55 +02:00
2019-08-08 23:35:52 +02:00
2019-05-26 07:20:56 -04:00
2019-03-24 21:13:19 +01:00
2019-05-26 07:20:56 -04:00
2019-06-04 00:22:48 +02:00
2019-07-20 17:50:37 +02:00
2019-05-31 01:21:18 +02:00
2019-06-16 19:59:05 +00:00
2019-05-25 13:48:41 -04:00
2019-08-18 18:47:56 +02:00
2019-08-05 14:03:38 +03:00
2019-03-01 11:10:44 +02:00
2019-06-13 18:25:59 +02:00
2019-07-11 12:23:41 +01:00
2019-08-27 14:42:06 +02:00
2019-06-17 12:28:26 +02:00
2019-07-15 20:25:39 +03:00
2019-04-23 14:00:49 +02:00
2019-03-09 20:02:04 +01:00
2019-04-29 14:05:50 +02:00
2019-02-25 15:53:36 +01:00
2019-06-24 00:26:27 +02:00
2019-03-24 21:15:26 +01:00
2019-04-29 14:05:50 +02:00
2019-04-08 21:20:26 +02:00
2019-07-04 16:58:56 +02:00
2019-08-25 18:33:13 +02:00
2019-08-02 11:58:27 +08: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
2019-05-26 07:20:54 -04:00
2019-03-24 21:15:28 +01:00
2019-04-20 14:44:02 +02:00
2019-04-20 14:44:02 +02:00
2019-04-20 14:44:02 +02:00
2019-06-09 11:49:03 +03:00
2019-05-30 15:43:32 +03:00
2019-05-16 21:14:13 +02:00
2019-04-20 14:44:02 +02:00
2019-07-28 22:10:28 +01:00
2019-08-27 18:55:55 +02:00
2019-04-20 14:44:02 +02:00
2019-03-24 21:15:28 +01:00
2019-08-23 19:50:53 +02:00
2019-06-10 13:02:45 +02:00
2019-08-26 17:46:04 +02:00
2019-05-24 23:51:44 +02:00
2019-05-26 07:20:55 -04: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
2019-08-18 23:07:51 +03:00
2019-06-17 12:28:26 +02:00
2019-08-27 18:55:55 +02:00
2019-05-26 07:20:55 -04:00
2019-08-27 18:55:55 +02:00
2019-08-07 12:23:20 +00:00
2019-03-24 21:15:29 +01:00
2019-07-29 21:56:12 +03:00
2019-05-26 07:20:54 -04:00
2019-04-23 22:52:23 +02:00
2019-07-23 13:18:01 +02:00
2019-04-25 22:54:11 +02:00
2019-04-15 17:11:10 +01:00
2019-04-20 14:44:02 +02:00
2019-07-15 20:25:39 +03:00
2019-08-25 18:22:03 -06:00
2019-04-20 14:02:54 +02:00
2019-06-09 11:51:45 +02:00
2019-07-28 22:10:28 +01:00
2019-05-20 10:37:35 +01:00
2019-03-24 21:15:29 +01:00
2019-05-26 07:20:54 -04:00