mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
git: Force eval errors when ssh-keys are missing
This commit is contained in:
parent
671a13239a
commit
e7853f4042
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
format = "ssh";
|
format = "ssh";
|
||||||
key = "~/.ssh/git.sstork.dev";
|
key = config.sops.secrets."ssh-key/git.sstork.dev".path;
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
user = {
|
user = {
|
||||||
name = "Sebastian Stork";
|
name = "Sebastian Stork";
|
||||||
email = "sebastian.stork@stud.h-da.de";
|
email = "sebastian.stork@stud.h-da.de";
|
||||||
signingkey = "~/.ssh/code.fbi.h-da.de";
|
signingkey = config.sops.secrets."ssh-key/code.fbi.h-da.de".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue