diff options
author | stuebinm | 2024-04-03 17:55:36 +0200 |
---|---|---|
committer | stuebinm | 2024-04-03 17:55:36 +0200 |
commit | c2a7982080781d1319ed5320690620d269e9062c (patch) | |
tree | cf676e4fc917056ae293e90ba235619d1cd02730 /flora | |
parent | 1597f8fd339d37ebed8c1f56bafa3fd0edfd49ab (diff) |
Revert "flora: test-deploy the mollysocket nixpkgs PR"
This reverts commit a86a04f9e26854ec967c46a6ad3f015364fb91a6. It has
since been merged into nixpkgs master, and i'm unsure if i will continue
using it.
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" = {}; |