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/richese | |
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/richese')
-rw-r--r-- | hosts/richese/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index a5648d6..cf42235 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -57,6 +57,7 @@ secrets = { "nix-access-token-github" = {}; + "ssh_config".path = "/root/.ssh/config"; }; }; |