From d55552924578f1398c1899be30deff5b646fb8e8 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 18 Aug 2024 19:03:38 +0000 Subject: [PATCH] nixos-mod/secrix: set secrix host public key --- nix/nixos-modules/secrix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nixos-modules/secrix.nix b/nix/nixos-modules/secrix.nix index 15348d1..126f0f9 100644 --- a/nix/nixos-modules/secrix.nix +++ b/nix/nixos-modules/secrix.nix @@ -67,6 +67,8 @@ in hostIdentityFile = lib.mkIf (cfg.hostKeyType != null) (lib.mkDefault hostKeyPrivate); + hostPubKey = myOpts.sshHostPublicKey; + };