infra/hosts/flora-6/default.nix

16 lines
259 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
];
}