diff options
Diffstat (limited to 'accounts/root@vidhar.nix')
-rw-r--r-- | accounts/root@vidhar.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accounts/root@vidhar.nix b/accounts/root@vidhar.nix new file mode 100644 index 00000000..cca5a21b --- /dev/null +++ b/accounts/root@vidhar.nix | |||
@@ -0,0 +1,12 @@ | |||
1 | { userName, ... }: | ||
2 | { | ||
3 | home-manager.users.${userName} = { | ||
4 | programs.ssh.matchBlocks = { | ||
5 | "yggdrasil.borgbase" = | ||
6 | { hostname = "jifm96kk.repo.borgbase.com"; | ||
7 | user = "jifm96kk"; | ||
8 | identityFile = "~/.ssh/append.borgbase"; | ||
9 | }; | ||
10 | }; | ||
11 | }; | ||
12 | } | ||