1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add mail server

This commit is contained in:
RGBCube 2024-01-11 14:56:30 +03:00
parent fbb53380ca
commit 42712f996e
No known key found for this signature in database
6 changed files with 37 additions and 9 deletions

View file

@ -36,6 +36,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mail = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
};
@ -85,6 +90,7 @@
outputs = {
nixpkgs,
agenix,
mail,
homeManager,
site,
themes,
@ -169,6 +175,7 @@
agenix.nixosModules.default
./secrets
mail.nixosModules.default
site.nixosModules.default
defaultConfiguration