mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
hydra: fix example
This commit is contained in:
parent
59421c7d76
commit
f6a72d972b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in
|
||||||
set -e
|
set -e
|
||||||
'';
|
'';
|
||||||
|
|
||||||
system.activationScripts.extraPostActivation.text = ''
|
system.activationScripts.postActivation.text = ''
|
||||||
printf "configuring ssh keys for hydra... "
|
printf "configuring ssh keys for hydra... "
|
||||||
mkdir -p ~hydra/.ssh
|
mkdir -p ~hydra/.ssh
|
||||||
cp -f /etc/per-user/hydra/ssh/authorized_keys ~hydra/.ssh/authorized_keys
|
cp -f /etc/per-user/hydra/ssh/authorized_keys ~hydra/.ssh/authorized_keys
|
||||||
|
|
Loading…
Add table
Reference in a new issue