1
0
Fork 0
mail.dumpstack.io/README.md

25 lines
657 B
Markdown
Raw Normal View History

2019-02-02 19:07:01 +00:00
# mail.dumpstack.io
Note:
1. Comment out fetchTarball and mailserver for initial installation,
2019-03-30 15:31:19 +00:00
I don't know why but there're issues with fetchTarball when it runs
2019-02-02 19:07:01 +00:00
from live nixos installer.
2. Some cloud providers disallow outbound SMTP by default. Check it if
there'll be issues with outgoing emails.
## Installation
parted /dev/vda mklabel msdos
parted /dev/vda mkpart primary ext4 0% 100%
mkfs.ext4 -L system /dev/vda1
mount /dev/vda1 /mnt/
nix-env -iA nixos.gitMinimal
git clone https://code.dumpstack.io/infra/mail.dumpstack.io.git /mnt/etc/nixos/
nixos-generate-config --root /mnt
nixos-install
reboot