web01: enable zt-tcp-relay

This commit is contained in:
Jörg Thalheim 2024-01-12 14:57:58 +01:00
parent e5e55bcca0
commit f3ac60759f

View File

@ -1,4 +1,4 @@
{ { self, ... }: {
imports = [ imports = [
./borgbackup.nix ./borgbackup.nix
./clan-merge.nix ./clan-merge.nix
@ -9,6 +9,7 @@
./postfix.nix ./postfix.nix
./jobs.nix ./jobs.nix
../dev.nix ../dev.nix
self.inputs.clan-core.clanModules.zt-tcp-relay
]; ];
services.cloud-init.xfs.enable = true; services.cloud-init.xfs.enable = true;