1
0
Fork 0
NixOS configuration https://mail.dumpstack.io
Go to file
dump_stack() cee9a2a543
Fix mkpasswd parameters
2023-03-31 23:25:14 +00:00
.gitignore Initial 2019-02-05 19:49:05 +00:00
LICENSE Initial 2019-02-05 19:49:05 +00:00
README.md Use NixOS 22.05 2022-06-24 05:38:51 +00:00
configuration.nix nixos: 22.05 -> 22.11 2022-12-10 06:15:15 +00:00
secrets.nix.example Fix mkpasswd parameters 2023-03-31 23:25:14 +00:00

README.md

mail.dumpstack.io

Download NixOS installation ISO

Note:

  1. I assume that latest stable (e.g. 22.05) ISO will be used for installation.
  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