diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-13 18:20:52 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-13 18:20:52 +0100 |
| commit | f6a72d972b5181d14e195cff165c57c451606bbd (patch) | |
| tree | 47df09c1c242e119dd542945fd7e155a2b7a6ae3 /modules/examples | |
| parent | 59421c7d763702c4b82742d0be1303952212f7ec (diff) | |
hydra: fix example
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/hydra.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/hydra.nix b/modules/examples/hydra.nix index e4efd7a..aa40f61 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 |
