16 lines
259 B
Nix
16 lines
259 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
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
|
||
|
];
|
||
|
}
|