Currently delivery of mails is broken. There's some work to be done in accounts.nix. But once done this should (I think) support all the use cases desired.
6 lines
124 B
Nix
6 lines
124 B
Nix
{ config, ... }:
|
|
{
|
|
config = {
|
|
khscodes.services.nginx.virtualHosts."${config.khscodes.networking.fqdn}" = { };
|
|
};
|
|
}
|