summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-11-29 19:53:42 +0100
committerlassulus <git@lassul.us>2023-11-29 19:53:42 +0100
commitc81b09c602a50bbd911abfb28abade77c2a8b6a6 (patch)
tree6b0bb59512885b17d4882a9c501c558a7abfdc11
parent334378bc5730f7758a3e45346f6641b4464fc97d (diff)
news.r: set ssh private key
-rw-r--r--krebs/1systems/news/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/news/config.nix b/krebs/1systems/news/config.nix
index b5a2b21b..290870fc 100644
--- a/krebs/1systems/news/config.nix
+++ b/krebs/1systems/news/config.nix
@@ -14,6 +14,7 @@
];
krebs.build.host = config.krebs.hosts.news;
+ krebs.hosts.news.ssh.privkey.path = "${config.krebs.secret.directory}/ssh.id_ed25519";
boot.isContainer = true;
networking.useDHCP = lib.mkForce true;