homelab/nixos/hosts/traefik/host.nix
2025-06-03 23:07:46 +02:00

10 lines
152 B
Nix

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