mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Symlink git ssh-keys into ~/.ssh
This commit is contained in:
parent
2adabd32e2
commit
4654dcc27c
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
config = lib.mkIf config.custom.programs.git.enable {
|
config = lib.mkIf config.custom.programs.git.enable {
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"ssh-key/git.sstork.dev" = { };
|
"ssh-key/git.sstork.dev".path = "${config.home.homeDirectory}/.ssh/git.sstork.dev";
|
||||||
"ssh-key/github.com" = { };
|
"ssh-key/github.com".path = "${config.home.homeDirectory}/.ssh/github.com";
|
||||||
"ssh-key/code.fbi.h-da.de" = { };
|
"ssh-key/code.fbi.h-da.de".path = "${config.home.homeDirectory}/.ssh/code.fbi.h-da.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue