diff --git a/home/.chezmoiexternal.toml.tmpl b/home/.chezmoiexternal.toml.tmpl index 8598f66e..6bee6dbe 100644 --- a/home/.chezmoiexternal.toml.tmpl +++ b/home/.chezmoiexternal.toml.tmpl @@ -220,7 +220,7 @@ pull.args = ["--ff-only"] {{- end }} -{{- if (lookPath "apt") }} +{{- if (lookPath "apt-get") }} ### Netdata Debsecan [".local/share/netdata-debsecan"] type = "git-repo" @@ -257,13 +257,6 @@ clone.args = ["--depth", "1"] pull.args = ["--ff-only"] -### NGINX -[".local/etc/nginx"] - type = "git-repo" - url = "https://gitlab.com/megabyte-labs/cloud/nginx-configs.git" - clone.args = ["--depth", "1"] - pull.args = ["--ff-only"] - ### Rundeck [".local/system/src/var/lib/rundeck/libext/ansible-plugin-3.2.2.jar"] type = "file" @@ -404,7 +397,7 @@ pull.args = ["--ff-only"] ### JumpUSB -[".local/share/jumpusb"] +[".local/src/jumpusb"] type = "git-repo" url = "https://gitlab.com/megabyte-labs/jumpusb.git" clone.args = ["--depth", "1"]