refactor(sops): Move secret definitions to specific modules
This commit is contained in:
parent
86e3ea7716
commit
3db98dd2b9
12 changed files with 73 additions and 67 deletions
|
|
@ -13,4 +13,9 @@
|
|||
log_level = "DEBUG";
|
||||
};
|
||||
};
|
||||
|
||||
sops.secrets = {
|
||||
"battery-manager/email" = { };
|
||||
"battery-manager/password" = { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue