diff options
author | lassulus <git@lassul.us> | 2023-07-05 12:18:15 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-07-05 12:18:15 +0200 |
commit | 03dfaa6549cf97514de779a33e090feb7ef4d501 (patch) | |
tree | fe126fe2a73794743200381c5ac1bf5e4bb59b00 /krebs | |
parent | 40f103e9ccf99dc36c92e2e008ed7a0b3dca1f48 (diff) |
hotdog.r: define old privkey
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/hotdog/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix index e5cfad564..f3c0d4440 100644 --- a/krebs/1systems/hotdog/config.nix +++ b/krebs/1systems/hotdog/config.nix @@ -22,6 +22,7 @@ ]; krebs.build.host = config.krebs.hosts.hotdog; + krebs.hosts.hotdog.ssh.privkey.path = <secrets/ssh.id_ed25519>; krebs.pages.enable = true; boot.isContainer = true; |