mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-14 02:20:53 -06:00
chore: updated sops secrets
This commit is contained in:
parent
e341e5878f
commit
8cd193ec49
3 changed files with 10 additions and 46 deletions
|
|
@ -58,7 +58,7 @@ in
|
|||
};
|
||||
|
||||
# Environment file with secrets (mounted from host)
|
||||
environmentFile = "/run/secrets/env";
|
||||
environmentFile = "/run/secrets/${user0}-env";
|
||||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
@ -185,7 +185,7 @@ in
|
|||
];
|
||||
|
||||
sops.secrets = {
|
||||
"${serviceCfg.name}/env" = {
|
||||
"${serviceCfg.name}/${user0}-env" = {
|
||||
owner = "root";
|
||||
mode = "0600";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue