From c2a7982080781d1319ed5320690620d269e9062c Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Wed, 3 Apr 2024 17:55:36 +0200
Subject: 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.
---
 flora/services/ntfy.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'flora/services')

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" = {};
 
-- 
cgit v1.2.3