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 =
|
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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue