From 4450454e702ac18dfe0300fc03f6e6e2d70acd84 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 13:05:22 -0700 Subject: more simplifications --- profiles/programs/ssh.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/programs/ssh.nix (limited to 'profiles/programs') diff --git a/profiles/programs/ssh.nix b/profiles/programs/ssh.nix new file mode 100644 index 0000000..3e975ee --- /dev/null +++ b/profiles/programs/ssh.nix @@ -0,0 +1,7 @@ +{ ... }: +{ + programs.ssh.knownHosts = { + "github.com".publicKey = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; + }; +} -- cgit v1.2.3