diff options
Diffstat (limited to 'home/ebisu/kansai/system')
| -rw-r--r-- | home/ebisu/kansai/system/sops.nix | 1 | ||||
| -rw-r--r-- | home/ebisu/kansai/system/ssh.nix | 5 |
2 files changed, 6 insertions, 0 deletions
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"; |