Compare commits
No commits in common. "14228644e61836b99919f1d7b070b7394370faf0" and "cfc69dcbb0e03576f26bf903f41b39811e63fe1b" have entirely different histories.
14228644e6
...
cfc69dcbb0
1 changed files with 2 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./forgejo.nix
|
||||
|
|
@ -142,12 +142,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_16;
|
||||
authentication = lib.mkOrder 600 ''
|
||||
local all postgres peer map=postgres
|
||||
'';
|
||||
};
|
||||
services.postgresql.package = pkgs.postgresql_13;
|
||||
|
||||
services.logrotate = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue