blob: ad30cffb70d9d2a048c085d57f537c16e4d55786 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ userName, ... }:
{
home-manager.users.${userName} = {
programs.ssh.matchBlocks = {
"yggdrasil.borgbase" =
{ hostname = "nx69hpl8.repo.borgbase.com";
user = "nx69hpl8";
identityFile = "~/.ssh/append.borgbase";
};
};
};
}
|