NixOS configuration
https://mail.dumpstack.io
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 11 months ago | |
configuration.nix | 6 months ago | |
secrets.nix.example | 2 months ago |
README.md
mail.dumpstack.io
Download NixOS installation ISO
Note:
- I assume that latest stable (e.g. 22.05) ISO will be used for installation.
- 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