From 9f9a140d69e5761339a893eea8e3fc6379328aa0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 4 Jul 2023 21:39:19 +0200 Subject: Fix(system/services/nix-sync): Use correct git urls --- system/services/nginx/hosts.nix | Bin 994 -> 989 bytes system/services/nix-sync/default.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 7c42280..03806c0 100644 Binary files a/system/services/nginx/hosts.nix and b/system/services/nginx/hosts.nix differ diff --git a/system/services/nix-sync/default.nix b/system/services/nix-sync/default.nix index 470f3f9..3f112f6 100644 --- a/system/services/nix-sync/default.nix +++ b/system/services/nix-sync/default.nix @@ -135,7 +135,7 @@ uri = lib.mkOption { type = lib.types.str; - example = "git+ssh://user@example.com:/~[user]/path/to/repo.git"; + example = "ssh://user@example.com:/~[user]/path/to/repo.git"; description = '' The URI of the remote to be synchronized. This is only used in the event that the directory does not already exist. See -- cgit 1.4.1