From 6de94e7d2449eefccdb99100426759472e4b14a4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 11 Apr 2016 12:38:16 +0200 Subject: nixos/taskserver: Rename .server options to .pki After moving out the PKI-unrelated options, let's name this a bit more appropriate, so we can finally get rid of the taskserver.server thing. This also moves taskserver.caCert to taskserver.pki.caCert, because that clearly belongs to the PKI options. Signed-off-by: aszlig --- nixos/tests/taskserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/taskserver.nix b/nixos/tests/taskserver.nix index d588b178aae8..ad8347a3987e 100644 --- a/nixos/tests/taskserver.nix +++ b/nixos/tests/taskserver.nix @@ -6,7 +6,7 @@ import ./make-test.nix { networking.firewall.enable = false; services.taskserver.enable = true; services.taskserver.listenHost = "::"; - services.taskserver.server.fqdn = "server"; + services.taskserver.pki.fqdn = "server"; services.taskserver.organisations = { testOrganisation.users = [ "alice" "foo" ]; anotherOrganisation.users = [ "bob" ]; -- cgit 1.4.1