forgejo and maybe more?
This commit is contained in:
parent
9da5443958
commit
b6f2c2a8ef
3 changed files with 31 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
services.postgresql = {
|
||||
enable = true;
|
||||
|
||||
ensureDatabases = [ "vaultwarden" "hedgedoc" ];
|
||||
ensureDatabases = [ "vaultwarden" "hedgedoc" "forgejo" ];
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
#type database DBuser IP Range auth-method
|
||||
local all all trust
|
||||
|
|
@ -22,10 +22,10 @@
|
|||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
settings = {
|
||||
port = 5432;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue