infra/hosts/flora-6/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
340 B
Nix
Raw Normal View History

2023-11-06 20:28:05 +00:00
{ ... }:
{
imports =
[
# Include the results of the hardware scan.
./hardware-configuration.nix
./configuration.nix
./triton-vmtools.nix
./apps/caddy.nix
./apps/drone.nix
./apps/forgejo-actions-runner.nix
./apps/grafana.nix
./apps/prometheus.nix
2023-12-05 12:53:33 +00:00
./apps/loki.nix
2023-11-06 20:28:05 +00:00
];
}