forked from wurzel/fruitbasket
refactor: split mail into modules
This commit is contained in:
parent
3979e9b2b9
commit
71fdea75be
7 changed files with 438 additions and 416 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue