Fix for ntfy

This commit is contained in:
Brian Zalewski 2024-01-04 04:39:45 +00:00
parent 59df75b7b2
commit 2c8654b75d
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{{- if eq .host.distro.family "darwin" -}}
{{ .chezmoi.homeDir }}/.config/ntfy/ntfy.yml
{{- end -}}

View file

@ -6,14 +6,14 @@ backends:
- notifico - notifico
- slack - slack
- systemlog - systemlog
{{ elif eq .host.distro.family "linux" }} {{ else if eq .host.distro.family "linux" }}
backends: backends:
- linux - linux
- matrix - matrix
- notifico - notifico
- slack - slack
- systemlog - systemlog
{{ elif eq .host.distro.family "windows" }} {{ else i eq .host.distro.family "windows" }}
backends: backends:
- matrix - matrix
- notifico - notifico