Fix for ntfy
This commit is contained in:
parent
59df75b7b2
commit
2c8654b75d
2 changed files with 5 additions and 2 deletions
3
home/Library/Application Support/ntfy/symlink_ntfy.yml
Normal file
3
home/Library/Application Support/ntfy/symlink_ntfy.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{- if eq .host.distro.family "darwin" -}}
|
||||
{{ .chezmoi.homeDir }}/.config/ntfy/ntfy.yml
|
||||
{{- end -}}
|
|
@ -6,14 +6,14 @@ backends:
|
|||
- notifico
|
||||
- slack
|
||||
- systemlog
|
||||
{{ elif eq .host.distro.family "linux" }}
|
||||
{{ else if eq .host.distro.family "linux" }}
|
||||
backends:
|
||||
- linux
|
||||
- matrix
|
||||
- notifico
|
||||
- slack
|
||||
- systemlog
|
||||
{{ elif eq .host.distro.family "windows" }}
|
||||
{{ else i eq .host.distro.family "windows" }}
|
||||
backends:
|
||||
- matrix
|
||||
- notifico
|
||||
|
|
Loading…
Reference in a new issue