diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:07:50 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-24 10:07:50 -0700 |
commit | 1fc2e48b1684a03d30db542be3642d982cf23810 (patch) | |
tree | ffc3fb2b2133ef2d1e4bc72d10e32afd7fb4c388 /hosts/kaitain | |
parent | ba7797d4b74af826757123a557c05db394682594 (diff) | |
download | nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.gz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.bz2 nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.lz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.xz nix-1fc2e48b1684a03d30db542be3642d982cf23810.tar.zst nix-1fc2e48b1684a03d30db542be3642d982cf23810.zip |
Add secrets @{kaitain,richese}
Diffstat (limited to 'hosts/kaitain')
-rw-r--r-- | hosts/kaitain/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index bb71d7a..76a7424 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -60,6 +60,7 @@ secrets = { "nix-access-token-github" = {}; + "ssh_config".path = "/root/.ssh/config"; }; }; |