| 28 Nov 2023 |
hexa | * also allows monitoring more than one machine's certs that way | 14:19:31 |
| 29 Nov 2023 |
K900 | The test broke for real this time :( https://hydra.nixos.org/build/242636049/nixlog/85/tail | 06:12:59 |
| 1 Dec 2023 |
| moritz.hedtke set their display name to Moritz Hedtke. | 11:08:05 |
| 16 Dec 2023 |
raitobezarius | Hi there, I'm trying to use the ACME test server stuff | 15:21:21 |
raitobezarius | and it's exploding with error: The option nodes.acme.services.bind.zones.".".master' is used but not defined.` | 15:21:29 |
raitobezarius | * and it's exploding with
error: The option `nodes.acme.services.bind.zones.".".master' is used but not defined.\ | 15:21:35 |
raitobezarius | I didn't do any weird resolver stuff so I'm a bit confused | 15:21:46 |
raitobezarius | I actually followed the docs | 15:22:17 |
raitobezarius | # A configuration example of a full node setup using this would be this:
#
# {
# acme = import ./common/acme/server;
#
# example = { nodes, ... }: {
# networking.nameservers = [
# nodes.acme.networking.primaryIPAddress
# ];
# security.pki.certificateFiles = [
# nodes.acme.test-support.acme.caCert
# ];
# };
# }
| 15:22:19 |
raitobezarius | Also, it seems to occur during evaluation of … while evaluating the option nodes.acme.warnings':` | 15:24:43 |
raitobezarius | * Also, it seems to occur during evaluation of … while evaluating the option `nodes.acme.warnings':\ | 15:24:48 |
raitobezarius | hah it's a bug | 15:26:40 |
raitobezarius | BIND maintenance is really meh | 15:26:56 |
raitobezarius | or ACME common code maintenance is meh | 15:34:26 |