Symlink git ssh-keys into ~/.ssh

This commit is contained in:
SebastianStork 2025-06-08 00:19:37 +02:00
parent 2adabd32e2
commit 4654dcc27c

View file

@ -4,9 +4,9 @@
config = lib.mkIf config.custom.programs.git.enable {
sops.secrets = {
"ssh-key/git.sstork.dev" = { };
"ssh-key/github.com" = { };
"ssh-key/code.fbi.h-da.de" = { };
"ssh-key/git.sstork.dev".path = "${config.home.homeDirectory}/.ssh/git.sstork.dev";
"ssh-key/github.com".path = "${config.home.homeDirectory}/.ssh/github.com";
"ssh-key/code.fbi.h-da.de".path = "${config.home.homeDirectory}/.ssh/code.fbi.h-da.de";
};
programs = {