feat(hyprland): update primary monitor wallpaper to hornet

chore(gitea): comment out actions-runner and related services

feat(utils): add new hornet wallpaper definition
This commit is contained in:
uttarayan21
2025-10-17 11:28:06 +05:30
parent a0ebed28b7
commit 83f3fedab0
3 changed files with 25 additions and 20 deletions

View File

@@ -75,22 +75,22 @@
};
};
};
gitea-actions-runner = {
instances = {
mirai = {
enable = true;
name = "mirai";
url = "https://git.darksailor.dev";
labels = [
"ubuntu-latest:docker://catthehacker/ubuntu:full-latest"
"ubuntu-22.04:docker://catthehacker/ubuntu:full-22.04"
"ubuntu-20.04:docker://catthehacker/ubuntu:full-20.04"
"native:host"
];
tokenFile = "${config.sops.templates."GITEA_REGISTRATION_TOKEN.env".path}";
};
};
};
# gitea-actions-runner = {
# instances = {
# mirai = {
# enable = true;
# name = "mirai";
# url = "https://git.darksailor.dev";
# labels = [
# "ubuntu-latest:docker://catthehacker/ubuntu:full-latest"
# "ubuntu-22.04:docker://catthehacker/ubuntu:full-22.04"
# "ubuntu-20.04:docker://catthehacker/ubuntu:full-20.04"
# "native:host"
# ];
# tokenFile = "${config.sops.templates."GITEA_REGISTRATION_TOKEN.env".path}";
# };
# };
# };
caddy = {
virtualHosts."git.darksailor.dev".extraConfig = ''
reverse_proxy localhost:3000
@@ -148,9 +148,10 @@
systemd.services.gitea = {
after = ["sops-install-secrets.service"];
};
systemd.services."gitea-actions-mirai" = {
after = ["gitea.service"];
};
# systemd.services."gitea-actions-mirai" = {
# after = ["gitea.service"];
# };
# systemd.services.gitea-oauth-setup = let
# name = "authelia";