diff options
author | tv <tv@shackspace.de> | 2015-06-22 20:11:02 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-22 20:11:02 +0200 |
commit | 68a968ac1b1a077494efb56e18c83e79fe0bae7f (patch) | |
tree | 385aed841a2d9f7320ca35a3ce67093cb5b8470e /bin/copy-secrets | |
parent | f825bf5e9eb43c0c3c5858b8ca60f2c4e5d66921 (diff) |
tv retiolum: split module into options and config
Diffstat (limited to 'bin/copy-secrets')
-rwxr-xr-x | bin/copy-secrets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/copy-secrets b/bin/copy-secrets index 5ef94b09c..f38e9249e 100755 --- a/bin/copy-secrets +++ b/bin/copy-secrets @@ -15,7 +15,7 @@ if ! test -e "$secrets_rsync"; then exit # nothing to do fi -retiolum_secret=$(nixos-query $system_name services.retiolum.privateKeyFile) +retiolum_secret=$(nixos-query $system_name tv.retiolum.privateKeyFile) retiolum_uid=$(nixos-query $system_name users.extraUsers.retiolum-tinc.uid) ejabberd_secret=/etc/ejabberd/ejabberd.pem |