diff --git a/homepage/badge_alt.png b/homepage/badge_alt.png new file mode 100644 index 0000000..ff21b4a Binary files /dev/null and b/homepage/badge_alt.png differ diff --git a/homepage/template.html b/homepage/template.html index 3730972..8e0e81d 100644 --- a/homepage/template.html +++ b/homepage/template.html @@ -104,7 +104,7 @@ Home Contact About DonatePrivacy Policy & TOS

Highlight Types: Hoverable, Internal Link, External Link.

-

+

diff --git a/system/configuration.nix b/system/configuration.nix index 32c7bf9..8e653af 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -1,7 +1,7 @@ {pkgs, ...}: let updateScript = pkgs.writeShellScriptBin "rebuild" '' #!/bin/sh - nixos-rebuild switch --flake git+https://git.distrust.network/root/flake?ref=main#distrust + nixos-rebuild switch --flake /etc/nixos#distrust ''; tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;}; in {