diff options
Diffstat (limited to '')
-rw-r--r-- | flora/services/ntfy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/ntfy.nix b/flora/services/ntfy.nix index cb875a7..e00971f 100644 --- a/flora/services/ntfy.nix +++ b/flora/services/ntfy.nix @@ -28,8 +28,8 @@ port = 8020; host = "::"; }; + environmentFile = "/run/secrets/mollysocket/config.toml"; }; - systemd.services.mollysocket.serviceConfig.EnvironmentFile = "/run/secrets/mollysocket/config.toml"; sops.secrets."mollysocket/config.toml" = {}; |