From eafdd4c71234d3f81ff54a7fbcec1279a7bfd31c Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 18 Sep 2024 13:22:18 -0500 Subject: [PATCH] set comment on hostKeys --- users/leyla/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/leyla/default.nix b/users/leyla/default.nix index 76e5a25..b321cdd 100644 --- a/users/leyla/default.nix +++ b/users/leyla/default.nix @@ -59,6 +59,7 @@ in # TODO: this should reference the home directory from the user config services.openssh.hostKeys = [ { + comment = "leyla@" + config.networking.hostName; path = "/home/leyla/.ssh/leyla_" + config.networking.hostName + "_ed25519"; rounds = 100; type = "ed25519";