diff options
author | Soispha <soispha@vhack.eu> | 2023-07-04 21:39:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-04 21:39:19 +0200 |
commit | 9f9a140d69e5761339a893eea8e3fc6379328aa0 (patch) | |
tree | f40ac1c08a1a30e7a175a6a47673f944b4387340 /system/services | |
parent | Fix(system/services/nix-sync): Generate root independent of path (diff) | |
download | nixos-server-9f9a140d69e5761339a893eea8e3fc6379328aa0.tar.gz nixos-server-9f9a140d69e5761339a893eea8e3fc6379328aa0.zip |
Fix(system/services/nix-sync): Use correct git urls
Diffstat (limited to '')
-rw-r--r-- | system/services/nginx/hosts.nix | bin | 994 -> 989 bytes | |||
-rw-r--r-- | system/services/nix-sync/default.nix | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix index 7c42280..03806c0 100644 --- a/system/services/nginx/hosts.nix +++ b/system/services/nginx/hosts.nix Binary files differdiff --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 |