diff options
author | tv <tv@krebsco.de> | 2015-06-22 20:11:02 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-06-22 20:11:02 +0200 |
commit | 1daced7dae93c694ea4b26d398c147f45ad65856 (patch) | |
tree | 385aed841a2d9f7320ca35a3ce67093cb5b8470e /bin | |
parent | 0df90750a9576d0b2da0894162c35a305403251a (diff) |
tv retiolum: split module into options and config
Diffstat (limited to 'bin')
-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 5ef94b0..f38e924 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 |