aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--vps-configuration.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ead83e..fc6b667 100644
--- a/README.md
+++ b/README.md
@@ -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