2024-12-26 17:22:00 +01:00
|
|
|
{
|
|
|
|
utils,
|
2025-02-05 16:19:19 +01:00
|
|
|
...
|
2024-12-26 17:22:00 +01:00
|
|
|
}:
|
|
|
|
{
|
|
|
|
sonarr = utils.mkRole (import ./sonarr.nix);
|
2024-12-26 19:20:22 +01:00
|
|
|
traefik = utils.mkRole (import ./traefik.nix);
|
2025-02-07 19:32:06 +01:00
|
|
|
podman = utils.mkRole (import ./podman.nix);
|
2025-02-05 21:08:52 +01:00
|
|
|
authentik = utils.mkRole (import ./authentik.nix);
|
2024-12-26 17:22:00 +01:00
|
|
|
}
|