From a86a04f9e26854ec967c46a6ad3f015364fb91a6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 10 Mar 2024 23:25:57 +0100 Subject: flora: test-deploy the mollysocket nixpkgs PR https://github.com/NixOS/nixpkgs/pull/278981 --- 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 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" = {}; -- cgit v1.2.3