diff options
| author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-06-12 07:30:29 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-06-12 07:30:29 -0400 |
| commit | 218d6baa7e34cdde8c9081ae9423c962c83c8b3e (patch) | |
| tree | 72a46ca90e3fd7cfa73f9657806c842d1e9167ea | |
| parent | 68302c04165eaeea2a4188e60932d01bc7b9f351 (diff) | |
auto-upgrade: Must pull from public URL.
| -rw-r--r-- | config/auto-upgrade.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 ''; }; }; |
