1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

chore: migrate disk host

This commit is contained in:
RGBCube 2025-02-22 22:00:52 +03:00
parent ba5c91ceae
commit 08061fb6e2
21 changed files with 194 additions and 60 deletions

View file

@ -1,8 +1,6 @@
{ self, config, lib, ... }: let
inherit (lib) const enabled genAttrs head mkDefault;
inherit (config.networking) domain;
fqdn = "mail1.${domain}";
in {
imports = [(self + /modules/acme)];
@ -19,8 +17,6 @@ in {
acmeGroup = "mail";
mailserver = enabled {
fqdn = mkDefault fqdn;
domains = mkDefault [ domain ];
certificateScheme = "acme";