This website requires JavaScript.
Explore
Help
Sign In
harald
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
afc947f86f
nixcfg
/
systems
/
x86_64-linux
/
mx
/
postgresql.nix
12 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
nix fmt Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-11-19 10:31:29 +01:00
{
pkgs
,
lib
,
config
,
.
.
.
}
:
feat(services): add dedicated PostgreSQL module Introduce a dedicated PostgreSQL configuration module to the system. Adjust Nextcloud and Forgejo configurations to utilize this new module.
2024-10-15 08:58:47 +02:00
{
services
.
postgresql
=
{
package
=
pkgs
.
postgresql_14
;
}
;
}
Reference in a new issue
Copy permalink