From 83f3fedab0c0b47974d611e25380dc73c16c8d9a Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 17 Oct 2025 11:28:06 +0530 Subject: [PATCH] feat(hyprland): update primary monitor wallpaper to hornet chore(gitea): comment out actions-runner and related services feat(utils): add new hornet wallpaper definition --- home/services/hyprland.nix | 2 +- nixos/mirai/services/gitea.nix | 39 +++++++++++++++++----------------- utils/wallhaven.nix | 4 ++++ 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index 172ad966..6808936f 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -38,7 +38,7 @@ systemd.target = "hyprland-session.target"; settings.preload = wallpapers.all; settings.wallpapers = { - "${device.monitors.primary}" = wallpapers.moon; + "${device.monitors.primary}" = wallpapers.hornet; "${device.monitors.secondary}" = wallpapers.frieren_3; "${device.monitors.tertiary}" = wallpapers.shapes; }; diff --git a/nixos/mirai/services/gitea.nix b/nixos/mirai/services/gitea.nix index a433daf5..4b3e3ce1 100644 --- a/nixos/mirai/services/gitea.nix +++ b/nixos/mirai/services/gitea.nix @@ -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"; diff --git a/utils/wallhaven.nix b/utils/wallhaven.nix index 4029f6b5..f88c6e89 100644 --- a/utils/wallhaven.nix +++ b/utils/wallhaven.nix @@ -11,6 +11,10 @@ in rec { url = "https://w.wallhaven.cc/full/8o/wallhaven-8ow3q1.jpg"; sha256 = "1qn2rv4y4550ag3yjrcj70jry6vxakbqskpwanyrghw2lmlhy7rf"; }; + hornet = getWall { + url = "https://w.wallhaven.cc/full/6l/wallhaven-6ld5pl.jpg"; + sha256 = "07dsizb6rzzbc97azhrih2ahxkjnv9qfvj0hfkhrc7wkjilhbk89"; + }; moon = getWall { url = "https://w.wallhaven.cc/full/6o/wallhaven-6o1zp7.png"; sha256 = "07c1yc3haa25ik3icqm85ppb5x888adxcyh9pmyz79n7ma8z7sil";