diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | vps-configuration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -72,4 +72,4 @@ With that `./nixos-update.sh` can write to the NixOS configuration file without running into issues with `sudo` password permissions through the SSH pipe while writing to stdin. -[0]: https://git.sr.ht/~euandreh/vps/tree/a7983c859f3d8890e35c587176f497b73a7a7dc7/nixos-switch.sh#L7 +[0]: https://git.euandreh.xyz/vps/tree/nixos-switch.sh?id=a7983c859f3d8890e35c587176f497b73a7a7dc7#n7 diff --git a/vps-configuration.nix b/vps-configuration.nix index 9fc8130..574d1d7 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -23,7 +23,7 @@ let root = pkgs.stdenv.mkDerivation { name = repo-name; src = fetchTarball - "https://git.sr.ht/~euandreh/${repo-name}/archive/master.tar.gz"; + "https://git.euandreh.xyz/${repo-name}/snapshot/master.tar.gz"; phases = "unpackPhase buildPhase"; buildPhase = '' mkdir $out |