diff --git a/modules/options/system/monitors.nix b/modules/options/system/monitors.nix index e65a481..314d3f6 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 155c355..8dab7ae 100644 --- a/modules/services/forgejo/module.nix +++ b/modules/services/forgejo/module.nix @@ -119,11 +119,6 @@ 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 deleted file mode 100644 index d991529..0000000 --- a/modules/services/forgejo/templates/repo/header.tmpl +++ /dev/null @@ -1,202 +0,0 @@ - -