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: 09cca2ef7f37a42bd13f29977a0f4655dc3ce345 (
plain
) (
blame
)
1
2
3
4
5
{
config
,
...
}:
{
services
.
postgresql
=
{
enable
=
!
config
.
soispha
.
laptop
.
enable
;
};
}