summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/news
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-12-04 15:06:05 +0100
committermakefu <github@syntax-fehler.de>2023-12-04 15:06:05 +0100
commit2ca25d5fc3b5bcabe15b0934208b5f5201420eb2 (patch)
treee41e5c3114a57555eca53b4521b99c22ea2056ba /krebs/1systems/news
parentf157c7b47f249470b4f5cebdc53ce391d938b0b4 (diff)
parentc660bedbb94a9a08c50050a3447f4fc5ba90fd69 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/1systems/news')
-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;