rename sops.secrets.gitea to sops.secrets.git-credential
This commit is contained in:
parent
81328d807f
commit
e228e1ade5
2 changed files with 6 additions and 6 deletions
|
|
@ -45,8 +45,8 @@
|
|||
git_protocol = "ssh";
|
||||
};
|
||||
};
|
||||
sops.secrets."gitea" = {
|
||||
mode = "0440";
|
||||
sops.secrets."git-credential" = {
|
||||
mode = "0640";
|
||||
};
|
||||
programs.git = lib.mkMerge [
|
||||
{
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
extraConfig = {
|
||||
credential = {
|
||||
helper = "store --file=${config.sops.secrets."gitea".path}";
|
||||
helper = "store --file=${config.sops.secrets."git-credential".path}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue