refactor(sops): individual service files

This commit is contained in:
arcnmx 2024-01-16 11:21:35 -08:00
parent be8e04ce37
commit de91366e09
21 changed files with 588 additions and 28 deletions

View file

@ -25,6 +25,7 @@ in {
};
sops.secrets.postgresql-init = {
sopsFile = mkDefault ./secrets/postgres.yaml;
owner = "postgres";
group = "postgres";
};