diff --git a/flake.lock b/flake.lock index 985b926..60e0fd4 100644 --- a/flake.lock +++ b/flake.lock @@ -451,17 +451,17 @@ "snowfall-lib": "snowfall-lib" }, "locked": { - "lastModified": 1758660034, - "narHash": "sha256-/o6UQLh+Ao3U20vXzSlCIVR3MjlHCH3OhKfUo/TmCfs=", - "owner": "kylekrein", - "repo": "emacs-config", - "rev": "86e977e5c48a23b21ec86946792b7ca0e3fbc642", - "type": "github" + "lastModified": 1760960573, + "narHash": "sha256-gfx0Nr3DinMMOmQLrmRchJpGULMrxSoK263RkeyHyv8=", + "ref": "refs/heads/master", + "rev": "afe0269ecafaaf10f3662c280ecd21700048afe1", + "revCount": 148, + "type": "git", + "url": "https://git.kylekrein.com/kylekrein/emacs-config" }, "original": { - "owner": "kylekrein", - "repo": "emacs-config", - "type": "github" + "type": "git", + "url": "https://git.kylekrein.com/kylekrein/emacs-config" } }, "emacs-overlay": { diff --git a/flake.nix b/flake.nix index 7e1e883..a2cf191 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ impermanence.url = "github:nix-community/impermanence"; emacs-kylekrein = { - url = "github:kylekrein/emacs-config"; + url = "git+https://git.kylekrein.com/kylekrein/emacs-config"; inputs.nixpkgs.follows = "nixpkgs"; }; beeengine = { diff --git a/systems/x86_64-linux/stargate/services/forgejo.nix b/systems/x86_64-linux/stargate/services/forgejo.nix index 27e21e7..6ba589f 100644 --- a/systems/x86_64-linux/stargate/services/forgejo.nix +++ b/systems/x86_64-linux/stargate/services/forgejo.nix @@ -81,9 +81,10 @@ in { #"ubuntu-latest:docker://node:16-bullseye" "debian-latest:docker://node:24.8.0-trixie" "alpine-latest:docker://node:alpine" + "nixos-latest:docker://nixos/nix" ## optionally provide native execution on the host: - "native:host" - "nixos:host" + #"native:host" + #"nixos:host" ]; }; }; diff --git a/systems/x86_64-linux/stargate/services/nginx.nix b/systems/x86_64-linux/stargate/services/nginx.nix index 647fa8a..327f831 100644 --- a/systems/x86_64-linux/stargate/services/nginx.nix +++ b/systems/x86_64-linux/stargate/services/nginx.nix @@ -144,7 +144,7 @@ in { locations."/" = { proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}"; proxyWebsockets = true; - extraConfig = "proxy_buffering off;"; + #extraConfig = "proxy_buffering off;"; }; }; "smart-home.kylekrein.com" = {