Skip to content

Commit

Permalink
fixing stuff for ci
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Nov 30, 2024
1 parent f95f4dd commit 4ff5616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
with:
name: lucasew-personal
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: nix build .#release
- run: nix build .#release -L --keep-going


4 changes: 2 additions & 2 deletions nix/nodes/common/nginx-root-domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ in
{
environment.etc."rootdomain/index.html".source = pkgs.writeText "template.html" template;
environment.etc."rootdomain/favicon.ico".source = pkgs.fetchurl {
url = "https://nixos.org/favicon.ico";
sha256 = "sha256-5inMf6x/pZ3E2UVz5+Z/N8Ic/2uV2jhrVeD111uK/Jg=";
url = "https://search.nixos.org/images/nix-logo.png";
hash = "sha256-4wRQyZ6CPOahELEvTY0h+7c6F1PPA6NvXGKBeDI/P8M=";
};

services.nginx.virtualHosts."${config.networking.hostName}" = {
Expand Down

0 comments on commit 4ff5616

Please sign in to comment.