diff --git a/modules/options/system/monitors.nix b/modules/options/system/monitors.nix index 314d3f6..e65a481 100644 --- a/modules/options/system/monitors.nix +++ b/modules/options/system/monitors.nix @@ -1,6 +1,6 @@ {lib, ...}: let inherit (lib.options) mkOption; - inherit (lib.types) submodule int ints number attrsOf ; + inherit (lib.types) submodule int ints number attrsOf; in { options.modules.system.hardware.monitors = mkOption { description = "\n List of monitors to use\n "; diff --git a/modules/services/forgejo/module.nix b/modules/services/forgejo/module.nix index 8dab7ae..155c355 100644 --- a/modules/services/forgejo/module.nix +++ b/modules/services/forgejo/module.nix @@ -119,6 +119,11 @@ in { DEFAULT_THEME = "codeberg-dark"; }; + # The glory of the old default branch name + repository = { + DEFAULT_BRANCH = "master"; + }; + "repository.signing" = { SIGNING_KEY = "none"; }; diff --git a/modules/services/forgejo/templates/repo/header.tmpl b/modules/services/forgejo/templates/repo/header.tmpl new file mode 100644 index 0000000..d991529 --- /dev/null +++ b/modules/services/forgejo/templates/repo/header.tmpl @@ -0,0 +1,202 @@ + +