From d33ef0c15842cb201f652a00bbc9e6dc4fc6b24c Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 9 Sep 2023 16:14:37 +0200 Subject: [PATCH] more ci stuff 5 --- .forgejo/workflows/lint.yml | 1 + nixos/hosts/olympus/gitea/configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index d055612..85b6863 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -15,6 +15,7 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - run: | + sed -i '/^access-tokens/ d' /etc/nix/nix.conf nix profile install 'nixpkgs#deadnix' 'nixpkgs#statix' 'nixpkgs#yamllint' statix check . deadnix -f diff --git a/nixos/hosts/olympus/gitea/configuration.nix b/nixos/hosts/olympus/gitea/configuration.nix index 45b52de..9deb583 100644 --- a/nixos/hosts/olympus/gitea/configuration.nix +++ b/nixos/hosts/olympus/gitea/configuration.nix @@ -69,8 +69,8 @@ in { "REPO_INDEXER_EXCLUDE" = "node_modules/**"; }; ui = { - "THEMES" = "gitea,arc-green,agatheme"; - "DEFAULT_THEME" = "agatheme"; + "THEMES" = "forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green,agatheme"; + "DEFAULT_THEME" = "forgejo-auto"; "USE_SERVICE_WORKER" = true; }; server = {