badge & fix

This commit is contained in:
root 2025-11-08 14:07:30 +00:00
parent 83f05e5561
commit f90a2ce5f7
3 changed files with 2 additions and 2 deletions

BIN
homepage/badge_alt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -104,7 +104,7 @@
<a href="/">Home</a> <a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/donate.html">Donate</a><a href="/legal.html" class="privacy-policy">Privacy Policy & TOS</a> <a href="/">Home</a> <a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/donate.html">Donate</a><a href="/legal.html" class="privacy-policy">Privacy Policy & TOS</a>
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p> <p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
<p class="dimmed"><img src="/badge.png"></p> <p class="dimmed"><img src="/badge.png"><img src="/badge_alt.png"></p>
</div> </div>
</body> </body>
</html> </html>

View file

@ -1,7 +1,7 @@
{pkgs, ...}: let {pkgs, ...}: let
updateScript = pkgs.writeShellScriptBin "rebuild" '' updateScript = pkgs.writeShellScriptBin "rebuild" ''
#!/bin/sh #!/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;}; tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;};
in { in {