summaryrefslogtreecommitdiffstats
path: root/krebs/1systems
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-07-05 12:18:15 +0200
committerlassulus <git@lassul.us>2023-07-05 12:18:15 +0200
commit03dfaa6549cf97514de779a33e090feb7ef4d501 (patch)
treefe126fe2a73794743200381c5ac1bf5e4bb59b00 /krebs/1systems
parent40f103e9ccf99dc36c92e2e008ed7a0b3dca1f48 (diff)
hotdog.r: define old privkey
Diffstat (limited to 'krebs/1systems')
-rw-r--r--krebs/1systems/hotdog/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix
index e5cfad56..f3c0d444 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;