feat[server]: add mailserver

This commit is contained in:
Leon Schwarzäugl 2025-11-25 19:46:28 +01:00
parent 31623b65d6
commit c62d244783
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
12 changed files with 657 additions and 166 deletions

View file

@ -1,5 +1,5 @@
# adapted from https://github.com/oddlama/nix-config/blob/main/nix/globals.nix
{ self, inputs, ... }:
{ inputs, ... }:
{
flake = { config, lib, ... }:
{