wip: add module.nix

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-12 12:53:11 +02:00
parent f59934cfd0
commit 84bf6e4712
5 changed files with 200 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
];
in
{
nixosModules.smtprd-ng = import ./module.nix;
overlays.default = import ./overlay.nix { inherit self; };
}
// flake-utils.lib.eachSystem supportedSystems (