chore: updated sops secrets

This commit is contained in:
Nick 2025-12-08 03:56:44 -06:00
parent e341e5878f
commit 8cd193ec49
3 changed files with 10 additions and 46 deletions

View file

@ -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";
};