1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: add stalwart-mail boilerplate

This commit is contained in:
oddlama 2024-05-14 13:32:39 +02:00
parent 21de65c047
commit 4f3a379b3f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 155 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{config, ...}: {
networking.hostId = config.repo.secrets.local.networking.hostId;
networking.domain = config.repo.secrets.global.domains.me;
networking.domain = config.repo.secrets.global.domains.mail.primary;
networking.hosts."127.0.0.1" = ["mx1.${config.repo.secrets.global.domains.mail.primary}"];
boot.initrd.systemd.network = {
enable = true;