wip
This commit is contained in:
parent
782ab24661
commit
0f9c1accf1
4 changed files with 63 additions and 25 deletions
10
flake.nix
10
flake.nix
|
|
@ -110,6 +110,16 @@
|
|||
modules = [
|
||||
agenix.nixosModules.default
|
||||
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||
{
|
||||
age.secrets = {
|
||||
postgres-user-password-pda = {
|
||||
file = ./secrets/postgres-user-password-pda.age;
|
||||
owner = "postgres";
|
||||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
};
|
||||
}
|
||||
./hosts/sql
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue