summaryrefslogtreecommitdiff
path: root/flora/services
diff options
context:
space:
mode:
authorstuebinm2024-03-10 23:25:57 +0100
committerstuebinm2024-03-10 23:25:57 +0100
commita86a04f9e26854ec967c46a6ad3f015364fb91a6 (patch)
treee27e803dd0a094a85bc83bb4b416869a6ae374bd /flora/services
parent1af7f4da6145aa2e2a7695f86349fe5cc61d855b (diff)
flora: test-deploy the mollysocket nixpkgs PR
https://github.com/NixOS/nixpkgs/pull/278981
Diffstat (limited to 'flora/services')
-rw-r--r--flora/services/ntfy.nix2
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" = {};