sops: formatting

main
Zynh Ludwig 2024-07-23 23:57:37 -07:00
parent d69d821cd3
commit dddd1a9ec6
2 changed files with 4 additions and 8 deletions

View File

@ -69,10 +69,8 @@ in
}; };
sops.secrets = sops.secrets =
let let home = config.home.homeDirectory;
home = config.home.homeDirectory; in {
in
{
"private_keys/personal_git" = { "private_keys/personal_git" = {
path = "${home}/.ssh/personal_git"; path = "${home}/.ssh/personal_git";
}; };

View File

@ -40,10 +40,8 @@ in
}; };
sops.secrets = sops.secrets =
let let home = config.home.homeDirectory;
home = config.home.homeDirectory; in {
in
{
"private_keys/msiserver" = { "private_keys/msiserver" = {
path = "${home}/.ssh/msiserver"; path = "${home}/.ssh/msiserver";
}; };