add proper borg setup for cream
add jobrad
This commit is contained in:
parent
3a7dcaea0f
commit
02c51206fe
12 changed files with 131 additions and 73 deletions
nixos/components/gui/home-manager
|
@ -9,6 +9,10 @@
|
|||
identityFile = "~/.ssh/palo_rsa.pub";
|
||||
identitiesOnly = true;
|
||||
};
|
||||
"*.jobrad.org" = {
|
||||
user = "iwagner";
|
||||
identityFile = "~/.ssh/jobrad_ed25519";
|
||||
};
|
||||
"lassul.us" = {
|
||||
user = "download";
|
||||
port = 45621;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue