index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
svcs
/
postgresql
/
default.nix
blob: 165be27c3eea474e531c6cf297f71157ca38deca (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
services
.
postgresql
=
{
enable
=
true
;
};
}