clan-infra/modules/web01/default.nix

14 lines
193 B
Nix
Raw Normal View History

2023-07-05 09:13:05 +00:00
{
2023-07-04 17:40:45 +00:00
imports = [
./homepage.nix
2023-07-05 13:22:57 +00:00
./gitea
2023-07-05 10:52:45 +00:00
./postfix.nix
2023-07-05 15:27:07 +00:00
./harmonia.nix
2023-07-13 15:47:35 +00:00
./dendrite.nix
../zerotier
../zerotier/ctrl.nix
2023-07-04 17:40:45 +00:00
];
2023-07-04 17:29:04 +00:00
services.cloud-init.xfs.enable = true;
}