summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/system/ssh.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-25 00:54:51 -0700
committerFuwn <[email protected]>2024-10-25 00:54:51 -0700
commit1054fa1ba2d44c58ea4b66bc0cb787506570feb2 (patch)
tree277809e2c232d3dd2c4bfc821e9757a358e58ff4 /home/ebisu/kansai/system/ssh.nix
parentkansai: add samba credentials for kioku (diff)
downloadnixos-config-1054fa1ba2d44c58ea4b66bc0cb787506570feb2.tar.xz
nixos-config-1054fa1ba2d44c58ea4b66bc0cb787506570feb2.zip
home: add kioku ssh target
Diffstat (limited to 'home/ebisu/kansai/system/ssh.nix')
-rw-r--r--home/ebisu/kansai/system/ssh.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/ebisu/kansai/system/ssh.nix b/home/ebisu/kansai/system/ssh.nix
index 6a47791..6941040 100644
--- a/home/ebisu/kansai/system/ssh.nix
+++ b/home/ebisu/kansai/system/ssh.nix
@@ -17,6 +17,11 @@
"himeji".user = "root";
"watson".user = "root";
+ "kioku" = {
+ user = "root";
+ identityFile = config.sops.secrets.kioku_openssh_private_key.path;
+ };
+
"github.com" = {
user = "git";
identityFile = "${config.home.homeDirectory}/.ssh/id_rsa";