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

View file

@ -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 {