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

@@ -38,7 +38,7 @@
systemd.target = "hyprland-session.target"; systemd.target = "hyprland-session.target";
settings.preload = wallpapers.all; settings.preload = wallpapers.all;
settings.wallpapers = { settings.wallpapers = {
"${device.monitors.primary}" = wallpapers.moon; "${device.monitors.primary}" = wallpapers.hornet;
"${device.monitors.secondary}" = wallpapers.frieren_3; "${device.monitors.secondary}" = wallpapers.frieren_3;
"${device.monitors.tertiary}" = wallpapers.shapes; "${device.monitors.tertiary}" = wallpapers.shapes;
}; };

View File

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

View File

@@ -11,6 +11,10 @@ in rec {
url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg"; url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg";
sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf"; sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf";
}; };
hornet = getWall {
url = "https://w.wallhaven.cc/full/6l/wallhaven-6ld5pl.jpg";
sha256 = "07dsizb6rzzbc97azhrih2ahxkjnv9qfvj0hfkhrc7wkjilhbk89";
};
moon = getWall { moon = getWall {
url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png"; url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png";
sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil"; sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";