From 218d6baa7e34cdde8c9081ae9423c962c83c8b3e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 12 Jun 2017 07:30:29 -0400 Subject: auto-upgrade: Must pull from public URL. --- config/auto-upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix index a034a55..b3a96ae 100644 --- a/config/auto-upgrade.nix +++ b/config/auto-upgrade.nix @@ -12,7 +12,7 @@ }; script = '' cd /opt/site/nixos-config - git pull + git pull https://git.orbekk.com/nixos-config.git ''; }; }; -- cgit v1.2.3