fix rebuild script

This commit is contained in:
root 2025-11-08 14:02:11 +00:00
parent 4523040110
commit 119a0fbd71

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#distrust nixos-rebuild switch --flake git+https://git.distrust.network/root/flake?ref=main#distrust
''; '';
tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;}; tor-hostname = import ../helpers/tor-hostname.nix {inherit pkgs;};
in { in {