refactor: split mail into modules

This commit is contained in:
Rouven Seifert 2024-03-12 11:34:16 +01:00
parent 3979e9b2b9
commit 71fdea75be
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
7 changed files with 438 additions and 416 deletions

View file

@ -44,7 +44,7 @@
quitte = self.nixosConfigurations.quitte.config.system.build.toplevel;
tomate = self.nixosConfigurations.tomate.config.system.build.toplevel;
});
formatters = forAllSystems (system: rec {
formatters = forAllSystems (system: {
default = pkgs.${system}.nixpkgs-fmt;
});
hydraJobs = forAllSystems (system: {
@ -96,7 +96,6 @@
./modules/nextcloud.nix
./modules/matrix.nix
./modules/mautrix-telegram.nix
./modules/sogo.nix
./modules/vaultwarden.nix
./modules/website.nix
./modules/zsh.nix