index
:
Nix
master
My infrastructure configuration
Immae
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flakes
/
mypackages
/
overlays
/
postfix
/
default.nix
blob: c77e4cfe2b7444076dd33e61d1ca9bdb3891134c (
plain
) (
blame
)
1
2
3
self
:
super
:
{
postfix =
super
.
postfix
.
override
{
withMySQL =
true
;
withPgSQL =
true
;
};
}