index
:
monorepo.git
main
My new personal website and my nix configuration, all in one.
Preston Pan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
modules
/
postfix.nix
blob: 90eb25315e9fd7bc5d6c5b087ef603824c6d1657 (
plain
)
1
2
3
4
5
6
7
8
{ config, lib, ... }: { services.postfix = { enable = true; config = { }; }; }