diff options
author | stuebinm | 2024-03-10 23:25:57 +0100 |
---|---|---|
committer | stuebinm | 2024-03-10 23:25:57 +0100 |
commit | a86a04f9e26854ec967c46a6ad3f015364fb91a6 (patch) | |
tree | e27e803dd0a094a85bc83bb4b416869a6ae374bd /flora | |
parent | 1af7f4da6145aa2e2a7695f86349fe5cc61d855b (diff) |
flora: test-deploy the mollysocket nixpkgs PR
https://github.com/NixOS/nixpkgs/pull/278981
Diffstat (limited to 'flora')
-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 e00971f..cb875a7 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" = {}; |