2024-01-14 23:19:41 +01:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./configuration.nix
|
|
|
|
./forgejo.nix
|
|
|
|
./networking.nix
|
|
|
|
./nginx.nix
|
2024-01-22 17:59:01 +01:00
|
|
|
./opensearch.nix
|
2024-01-14 23:19:41 +01:00
|
|
|
./redis.nix
|
2024-05-25 16:47:34 +02:00
|
|
|
./sops.nix
|
2024-01-14 23:19:41 +01:00
|
|
|
];
|
|
|
|
}
|