mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
chore: migrate nginx and site
This commit is contained in:
parent
5a485ffa16
commit
0dd43e11e9
6 changed files with 129 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{ self, config, lib, ... }: let
|
||||
inherit (lib) const enabled genAttrs head mkDefault;
|
||||
inherit (config.networking) domain;
|
||||
inherit (lib) const enabled genAttrs head mkDefault;
|
||||
in {
|
||||
imports = [(self + /modules/acme)];
|
||||
|
||||
|
@ -14,7 +14,7 @@ in {
|
|||
paths = [ config.mailserver.dkimKeyDirectory config.mailserver.mailDirectory ];
|
||||
};
|
||||
|
||||
acmeGroup = "mail";
|
||||
acmeUsers = [ "mail" ];
|
||||
|
||||
mailserver = enabled {
|
||||
domains = mkDefault [ domain ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue