From 1054fa1ba2d44c58ea4b66bc0cb787506570feb2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 25 Oct 2024 00:54:51 -0700 Subject: home: add kioku ssh target --- home/ebisu/kansai/system/sops.nix | 1 + home/ebisu/kansai/system/ssh.nix | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'home/ebisu/kansai/system') diff --git a/home/ebisu/kansai/system/sops.nix b/home/ebisu/kansai/system/sops.nix index e229626..24d3059 100644 --- a/home/ebisu/kansai/system/sops.nix +++ b/home/ebisu/kansai/system/sops.nix @@ -17,6 +17,7 @@ "proxy/i2p/http" = { }; "proxy/i2p/https" = { }; "proxy/i2p/socks5" = { }; + kioku_openssh_private_key = { }; }; }; } 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"; -- cgit v1.2.3