From f6a72d972b5181d14e195cff165c57c451606bbd Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 13 Jan 2018 18:20:52 +0100 Subject: [PATCH] hydra: fix example --- modules/examples/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix index e4efd7aa..aa40f61f 100644 --- a/modules/examples/hydra.nix +++ b/modules/examples/hydra.nix @@ -76,7 +76,7 @@ in set -e ''; - system.activationScripts.extraPostActivation.text = '' + system.activationScripts.postActivation.text = '' printf "configuring ssh keys for hydra... " mkdir -p ~hydra/.ssh cp -f /etc/per-user/hydra/ssh/authorized_keys ~hydra/.ssh/authorized_keys