Flake is now modular and supports forgejo and forgejo-ci-runner #1

Merged
lynatic merged 14 commits from debug into main 2024-09-06 07:08:01 +02:00
Showing only changes of commit 5cb312b8f2 - Show all commits

View file

@ -1,5 +1,5 @@
{pkgs, lib, config}:
with lib with builtins; {
{pkgs, lib, config, ...}:
with lib; with builtins; {
services.forgejo = {
enable = true;
settings.server = {
@ -38,4 +38,4 @@ with lib with builtins; {
AuthorizedKeysFile ${config.users.users.forgejo.home}/.ssh/authorized_keys
'';
networking.firewall.allowedTCPPorts = [48540];
}
}