summaryrefslogtreecommitdiff
path: root/accounts/root@vidhar.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-30 14:49:57 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-30 14:49:57 +0100
commit55cd742f61cda5efcdd6f0eca213d621710360d1 (patch)
tree41ee55378331d7dfc59b2761808996aae58c8f5f /accounts/root@vidhar.nix
parentc57e9bece047218d9b54715b1f7f58d6e4409811 (diff)
downloadnixos-55cd742f61cda5efcdd6f0eca213d621710360d1.tar
nixos-55cd742f61cda5efcdd6f0eca213d621710360d1.tar.gz
nixos-55cd742f61cda5efcdd6f0eca213d621710360d1.tar.bz2
nixos-55cd742f61cda5efcdd6f0eca213d621710360d1.tar.xz
nixos-55cd742f61cda5efcdd6f0eca213d621710360d1.zip
...
Diffstat (limited to 'accounts/root@vidhar.nix')
-rw-r--r--accounts/root@vidhar.nix12
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}