From 36413c80cd4ea20995a535f1fc31ce9763ed6f7d Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 13 Oct 2021 23:04:21 -0700 Subject: [PATCH] Ugh, apparently not allowed... --- lib/fudo/initrd-network.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/fudo/initrd-network.nix b/lib/fudo/initrd-network.nix index 6c3bee1..53cceb1 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -56,9 +56,9 @@ in { enable = true; port = 22; authorizedKeys = admin-ssh-keys; - # hostKeys = [ - # host-privkey - # ]; + hostKeys = [ + host-privkey + ]; }; }; };