feat[server]: add mailserver

This commit is contained in:
Leon Schwarzäugl 2025-11-25 19:46:28 +01:00 committed by Leon Schwarzäugl
parent 2cb67804d4
commit 732f4fbd00
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, ... }:
{