From 22999a8fa4a0c473aae2e5c716d4294f2c0e6707 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 14 Oct 2021 18:13:40 -0700 Subject: [PATCH] Maybe this will work? --- lib/fudo/initrd-network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/initrd-network.nix b/lib/fudo/initrd-network.nix index 58d5f64..245f9c0 100644 --- a/lib/fudo/initrd-network.nix +++ b/lib/fudo/initrd-network.nix @@ -57,7 +57,7 @@ in { port = 22; authorizedKeys = admin-ssh-keys; hostKeys = [ - host-privkey + (builtins.unsafeDiscardStringContext host-privkey) ]; }; };