Configure Forgejo to use Postgres
This commit is contained in:
parent
ecb8159185
commit
f3ff1388ac
5 changed files with 31 additions and 13 deletions
|
@ -40,5 +40,11 @@
|
|||
useDHCP = lib.mkDefault false;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = "/etc/nixos/secrets/greatyamada.yaml";
|
||||
# TODO: change key path
|
||||
age.keyFile = "/home/avery/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
time.timeZone = "UTC";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue