mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
refactor: reworked all maps
This commit is contained in:
parent
b5aa0453e4
commit
a114034e0e
20 changed files with 220 additions and 207 deletions
|
@ -49,7 +49,6 @@ in {
|
|||
};
|
||||
|
||||
sops = let
|
||||
sopsSecrets = ["pass" "ssh"];
|
||||
sopsPath = secret: {
|
||||
path = "${service.sops.path0}/${secret}";
|
||||
owner = "root";
|
||||
|
@ -62,7 +61,10 @@ in {
|
|||
name = "${service.name}/${secret}";
|
||||
value = sopsPath secret;
|
||||
})
|
||||
sopsSecrets
|
||||
[
|
||||
"pass"
|
||||
"ssh"
|
||||
]
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue