add forgejo secret
This commit is contained in:
parent
0a2826da08
commit
23b0dc7ae5
1 changed files with 6 additions and 0 deletions
|
|
@ -184,6 +184,12 @@
|
|||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
postgres-forgejo = {
|
||||
file = ./secrets/postgres-forgejo.age;
|
||||
owner = "postgres";
|
||||
group = "postgres";
|
||||
mode = "0400";
|
||||
};
|
||||
};
|
||||
}
|
||||
./hosts/sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue