Too many changes
- edopro - fix resstic & rsync setup - prepare lapetus redeploy - ...more I forgot about (should've commited more times...)
This commit is contained in:
parent
5926fbaf5f
commit
1e511f9e04
15 changed files with 85 additions and 28 deletions
scripts
|
@ -3,7 +3,7 @@
|
|||
tmpfile=$(mktemp)
|
||||
|
||||
# Concat files
|
||||
cat hosts/nixos/*/keys/id_*.pub > $tmpfile
|
||||
cat hosts/nixos/*/keys/*.pub > $tmpfile
|
||||
|
||||
# Copy concat result
|
||||
scp $tmpfile $(cat hosts/nixos/common/optional/services/restic/url.txt):.ssh/authorized_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue