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: 4fc260345cb7eec0e7c2623e450f20497143c8e6 (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
services
.
postgresql
=
{
enable
=
false
;
};
}