From f9205e1e963aa2ff9e31f93e80c536aa59f0842e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Oct 2025 19:11:52 -0700 Subject: move common modules under modules/ Simplify the import on the various hosts. --- profiles/programs/ssh.nix | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 profiles/programs/ssh.nix (limited to 'profiles/programs/ssh.nix') diff --git a/profiles/programs/ssh.nix b/profiles/programs/ssh.nix deleted file mode 100644 index 3e975ee..0000000 --- a/profiles/programs/ssh.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - programs.ssh.knownHosts = { - "github.com".publicKey = - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; - }; -} -- cgit v1.2.3