mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
chore: migrate disk host
This commit is contained in:
parent
ba5c91ceae
commit
08061fb6e2
21 changed files with 194 additions and 60 deletions
11
hosts/disk/mail.nix
Normal file
11
hosts/disk/mail.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, self, ... }: let
|
||||
inherit (config.networking) domain;
|
||||
|
||||
fqdn = "mail1.${domain}";
|
||||
in {
|
||||
imports = [(self + /modules/mail)];
|
||||
|
||||
mailserver = {
|
||||
inherit fqdn;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue