homelab/nixos/hosts/forgejo/host.nix
plasmagoat 0f49c6c37c
Some checks failed
Test / tests (push) Failing after 16m54s
/ OpenTofu (push) Successful in 17s
dump
2025-11-18 20:00:39 +01:00

17 lines
228 B
Nix

{
config,
pkgs,
modulesPath,
lib,
...
}: {
imports = [
../../templates/base.nix
../../secrets/shared-sops.nix
./sops.nix
./networking.nix
./storage.nix
./forgejo.nix
./database.nix
];
}