My Nix Configuration

[systems.prefect] git: enable catppuccin and remove old runners

pyrox.dev 3fc7f164 0bc799e0

verified
Changed files
+2 -19
systems
x86_64-linux
marvin
services
+2 -19
systems/x86_64-linux/marvin/services/git.nix
···
d = lib.py.data.services.git;
in
{
+
catppuccin.forgejo.enable = true;
py.services.forgejo-runner = {
enable = true;
tokenFile = age.forgejo-default-runner-token.path;
-
};
-
services.gitea-actions-runner.instances = {
-
gitgay = {
-
enable = true;
-
labels = [ "docker:docker://git.gay/gitgay/docker_images:22.04" ];
-
tokenFile = age.forgejo-gitgay-runner-token.path;
-
url = "https://git.gay";
-
name = "marvin-gitgay";
-
};
-
aux-docs = {
-
enable = true;
-
labels = [ "docker:docker://git.gay/gitgay/docker_images:22.04" ];
-
tokenFile = age.forgejo-aux-docs-runner-token.path;
-
url = "https://git.auxolotl.org";
-
name = "marvin-aux-docs";
-
};
};
services.forgejo = {
enable = true;
···
};
ui = {
DEFAULT_SHOW_FULL_NAME = true;
-
DEFAULT_THEME = "catppuccin-mocha-blue";
-
THEMES = "forgejo-auto,forgejo-dark,forgejo-light,catppuccin-mocha-rosewater,catppuccin-mocha-flamingo,catppuccin-mocha-pink,catppuccin-mocha-mauve,catppuccin-mocha-red,catppuccin-mocha-maroon,catppuccin-mocha-peach,catppuccin-mocha-yellow,catppuccin-mocha-green,catppuccin-mocha-teal,catppuccin-mocha-sky,catppuccin-mocha-sapphire,catppuccin-mocha-blue,catppuccin-mocha-lavender";
USE_SERVICE_WORKER = true;
SHOW_USER_EMAIL = false;
};
"ui.meta" = {
-
AUTHOR = "Pyrox";
+
AUTHOR = "dish";
DESCRIPTION = "PyroNet Git Services";
};
metrics = {