sops: formatting
This commit is contained in:
parent
d69d821cd3
commit
dddd1a9ec6
2 changed files with 4 additions and 8 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue