diff --git a/service.example.yaml b/service.example.yaml index 4f3009a..a94a74f 100644 --- a/service.example.yaml +++ b/service.example.yaml @@ -18,10 +18,10 @@ packages : - nginx-mod-mail links : # The simple representation. File mode defaults to http.conf file mode. - http.conf: "{{XDG_CONFIG_DIRS}}/nginx/conf.d/http.conf" + http.conf: "{{XDG_CONFIG_HOME}}/nginx/conf.d/http.conf" # The complete representation. It allows to pass a preferred file mode. ssl.conf : - path: "{{XDG_CONFIG_DIRS}}/nginx/conf.d/ssl.conf" + path: "{{XDG_CONFIG_HOME}}/nginx/conf.d/ssl.conf" mode: 0o600 variables : # Cleartext variable. `kind` defaults to `cleartext` when unspecified.