homelab/nixos/hosts/traefik/host.nix
plasmagoat 032072374b
Some checks failed
Test / tests (push) Has been cancelled
moved mail
2025-07-17 00:35:44 +02:00

15 lines
176 B
Nix

{
config,
pkgs,
modulesPath,
lib,
...
}: {
imports = [
../../templates/base.nix
./networking.nix
./traefik.nix
./promtail.nix
./sops.nix
];
}