20 lines
360 B
Nix
20 lines
360 B
Nix
{
|
|
imports = [
|
|
./borgbackup.nix
|
|
./gitea
|
|
./gitea-mq.nix
|
|
./heisenbridge.nix
|
|
./homepage.nix
|
|
./jumphost.nix
|
|
./matrix-synapse.nix
|
|
./nextcloud.nix
|
|
./niks3.nix
|
|
./outline.nix
|
|
./remote-builder.nix
|
|
];
|
|
|
|
nix.settings.extra-substituters = [ "https://hetzner-cache.numtide.com" ];
|
|
|
|
services.cloud-init.xfs.enable = true;
|
|
}
|