add proper borg setup for cream

add jobrad
This commit is contained in:
Ingolf Wagner 2023-03-07 16:21:46 +01:00
parent 3a7dcaea0f
commit 02c51206fe
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
12 changed files with 131 additions and 73 deletions
nixos/components/gui/home-manager

View file

@ -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;