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 =
let
home = config.home.homeDirectory;
in
{
let home = config.home.homeDirectory;
in {
"private_keys/personal_git" = {
path = "${home}/.ssh/personal_git";
};

View File

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