From 1fd791e354b743ac879dc572dbffe8590d936969 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 5 Sep 2022 11:52:28 +0200 Subject: [PATCH] ssh certs --- nixos/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/common.nix b/nixos/common.nix index 9fb7c38..e036082 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -286,8 +286,8 @@ "/etc/machine-id" "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" - "/etc/ssh/ssh_host_rsa_key" - "/etc/ssh/ssh_host_rsa_key.pub" + "/etc/ssh/ssh_host_ed25519_key-cert.pub" + "/etc/ssh/user_ca.pub" ]; };