From 85cd9ff59761dc6f97fe7aaf85f913759bdce4fe Mon Sep 17 00:00:00 2001 From: dusk Date: Mon, 15 Sep 2025 15:03:36 +0300 Subject: [PATCH] feat(wolumonde): change click url --- _sources/generated.json | 16 ++++++++-------- _sources/generated.nix | 16 ++++++++-------- hosts/wolumonde/modules/blog.nix | 1 - 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/_sources/generated.json b/_sources/generated.json index 790b6c5..b1513df 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -63,7 +63,7 @@ }, "home": { "cargoLocks": null, - "date": "2025-09-01", + "date": "2025-09-11", "extract": null, "name": "home", "passthru": null, @@ -75,12 +75,12 @@ "name": null, "owner": "nix-community", "repo": "home-manager", - "rev": "f3d3b4592a73fb64b5423234c01985ea73976596", - "sha256": "sha256-LOrOfPWpJU/ADWDyVwPv9XNuYPq5KJtmAmSzplpccmE=", + "rev": "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d", + "sha256": "sha256-OrythrqccPKtuVt0mj26rr83Qo3Ljb4ZmwLdPGjzjMU=", "sparseCheckout": [], "type": "github" }, - "version": "f3d3b4592a73fb64b5423234c01985ea73976596" + "version": "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d" }, "limbusart": { "cargoLocks": null, @@ -138,7 +138,7 @@ }, "nixos-wsl": { "cargoLocks": null, - "date": "2025-08-15", + "date": "2025-09-12", "extract": null, "name": "nixos-wsl", "passthru": null, @@ -150,12 +150,12 @@ "name": null, "owner": "nix-community", "repo": "NixOS-WSL", - "rev": "203a7b463f307c60026136dd1191d9001c43457f", - "sha256": "sha256-EOqCupB5X5WoGVHVcfOZcqy0SbKWNuY3kq+lj1wHdu8=", + "rev": "42666441c3ddf34a8583a77f07a2c7cae32513c3", + "sha256": "sha256-ZzoQXe7GV7QX3B3Iw59BogmrtHSP5Ig7MAPPD0cOFW4=", "sparseCheckout": [], "type": "github" }, - "version": "203a7b463f307c60026136dd1191d9001c43457f" + "version": "42666441c3ddf34a8583a77f07a2c7cae32513c3" }, "nsid-tracker": { "cargoLocks": null, diff --git a/_sources/generated.nix b/_sources/generated.nix index fdf660a..efcabda 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -41,15 +41,15 @@ }; home = { pname = "home"; - version = "f3d3b4592a73fb64b5423234c01985ea73976596"; + version = "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d"; src = fetchFromGitHub { owner = "nix-community"; repo = "home-manager"; - rev = "f3d3b4592a73fb64b5423234c01985ea73976596"; + rev = "9eab59f3e71ea3a725e4817d8dcf0da0824ad19d"; fetchSubmodules = false; - sha256 = "sha256-LOrOfPWpJU/ADWDyVwPv9XNuYPq5KJtmAmSzplpccmE="; + sha256 = "sha256-OrythrqccPKtuVt0mj26rr83Qo3Ljb4ZmwLdPGjzjMU="; }; - date = "2025-09-01"; + date = "2025-09-11"; }; limbusart = { pname = "limbusart"; @@ -89,15 +89,15 @@ }; nixos-wsl = { pname = "nixos-wsl"; - version = "203a7b463f307c60026136dd1191d9001c43457f"; + version = "42666441c3ddf34a8583a77f07a2c7cae32513c3"; src = fetchFromGitHub { owner = "nix-community"; repo = "NixOS-WSL"; - rev = "203a7b463f307c60026136dd1191d9001c43457f"; + rev = "42666441c3ddf34a8583a77f07a2c7cae32513c3"; fetchSubmodules = false; - sha256 = "sha256-EOqCupB5X5WoGVHVcfOZcqy0SbKWNuY3kq+lj1wHdu8="; + sha256 = "sha256-ZzoQXe7GV7QX3B3Iw59BogmrtHSP5Ig7MAPPD0cOFW4="; }; - date = "2025-08-15"; + date = "2025-09-12"; }; nsid-tracker = { pname = "nsid-tracker"; diff --git a/hosts/wolumonde/modules/blog.nix b/hosts/wolumonde/modules/blog.nix index dfa7aaf..92f8f11 100644 --- a/hosts/wolumonde/modules/blog.nix +++ b/hosts/wolumonde/modules/blog.nix @@ -84,7 +84,6 @@ in locations."/".return = "301 https://gaze.systems$request_uri"; locations."/click" = { proxyPass = "http://100.64.0.1:8668"; - basicAuthFile = config.age.secrets.clickerAuth.path; }; }; } -- 2.51.2