Rupert: Upgrade pgsql
This commit is contained in:
parent
0978724e8f
commit
ec55643365
1 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ in
|
|||
./transcode.nix
|
||||
./development.nix
|
||||
./bspwm.nix
|
||||
|
||||
# ../migrations/pgsql_upgrade.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = let
|
||||
|
|
@ -87,6 +89,13 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
package = pkgs.postgresql_16;
|
||||
authentication = lib.mkOrder 600 ''
|
||||
local all postgres peer map=postgres
|
||||
'';
|
||||
};
|
||||
|
||||
# Flatpak
|
||||
services.flatpak.enable = true;
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue