12 lines
143 B
Nix
12 lines
143 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./docker.nix
|
|
./forgejo-actions-runner.nix
|
|
./networking.nix
|
|
./sops.nix
|
|
];
|
|
}
|