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