clan-infra/modules/web01/default.nix
Jörg Thalheim d4204578be
All checks were successful
checks / test (pull_request) Successful in 30s
half-finished migration to synapse
2024-04-12 15:40:27 +02:00

17 lines
296 B
Nix

{ self, ... }: {
imports = [
./borgbackup.nix
./clan-merge.nix
./gitea
./harmonia.nix
./homepage.nix
./postfix.nix
./jobs.nix
./matrix-synapse.nix
../dev.nix
self.inputs.clan-core.clanModules.zt-tcp-relay
];
services.cloud-init.xfs.enable = true;
}