From 35a2a758e1f6714e8fe9da55a166830dfeb10df8 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 31 Oct 2025 10:46:21 +0300 Subject: [PATCH] add simple-nixos-mailserver --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 4c98cf9..0f55b88 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,10 @@ url = "github:mobile-nixos/mobile-nixos"; flake = false; }; + simple-nixos-mailserver = { + url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs =