mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 09:37:57 +00:00
chore: migrate nine host
This commit is contained in:
parent
f67d2760f7
commit
bf396257de
34 changed files with 400 additions and 177 deletions
14
hosts/nine/mail.nix
Normal file
14
hosts/nine/mail.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, self, ... }: let
|
||||
inherit (config.networking) domain;
|
||||
|
||||
fqdn = "mail2.${domain}";
|
||||
in {
|
||||
imports = [(self + /modules/mail)];
|
||||
|
||||
mailserver = {
|
||||
inherit fqdn;
|
||||
|
||||
# Not [ domain ] because this is a backup mailserver. contact@mail2.rgbcu.be.
|
||||
domains = [ fqdn ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue