homelab/nixos/hosts/traefik/host.nix
plasmagoat a90630ecb6
All checks were successful
Hello World / test (push) Successful in 12s
dump
2025-07-05 11:12:20 +02:00

16 lines
198 B
Nix

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