git: Force eval errors when ssh-keys are missing

This commit is contained in:
SebastianStork 2025-10-17 11:15:13 +02:00
parent 671a13239a
commit e7853f4042
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -19,7 +19,7 @@
signing = {
format = "ssh";
key = "~/.ssh/git.sstork.dev";
key = config.sops.secrets."ssh-key/git.sstork.dev".path;
signByDefault = true;
};
@ -30,7 +30,7 @@
user = {
name = "Sebastian Stork";
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;
};
};
}