From 9b5cdc87a3e2b923d9c78d0343aee1ceb3601f9f Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 19 Dec 2024 13:11:54 +0100 Subject: [PATCH] enable `create-host-ssh-key` systemd service --- .../usr/lib/systemd/system-preset/30-constellation.preset | 1 + 1 file changed, 1 insertion(+) diff --git a/image/base/mkosi.skeleton/usr/lib/systemd/system-preset/30-constellation.preset b/image/base/mkosi.skeleton/usr/lib/systemd/system-preset/30-constellation.preset index dcabbedd9cd..493434d54e7 100644 --- a/image/base/mkosi.skeleton/usr/lib/systemd/system-preset/30-constellation.preset +++ b/image/base/mkosi.skeleton/usr/lib/systemd/system-preset/30-constellation.preset @@ -10,3 +10,4 @@ enable measurements.service enable export_constellation_debug.service enable systemd-timesyncd enable udev-trigger.service +enable create-host-ssh-key.service