1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set disk mailserver fqdn to mail1

This commit is contained in:
RGBCube 2024-05-24 22:06:48 +03:00
parent 13716ee5c0
commit f8096658f5
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
let
inherit (config.networking) domain;
fqdn = "mail.${domain}";
fqdn = "mail1.${domain}";
in systemConfiguration {
imports = [(self + /hosts/cube/acme)];