From 70a470b81e729c20d3f840e4429e95ad4cdc7c66 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 27 Jul 2024 02:10:43 +0000 Subject: [PATCH] servo: ntfy: port data to private store --- hosts/by-name/servo/services/ntfy/ntfy-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/ntfy/ntfy-sh.nix b/hosts/by-name/servo/services/ntfy/ntfy-sh.nix index c334eecb5..986dec50c 100644 --- a/hosts/by-name/servo/services/ntfy/ntfy-sh.nix +++ b/hosts/by-name/servo/services/ntfy/ntfy-sh.nix @@ -30,7 +30,7 @@ let altPort = 2587; in { - sane.persist.sys.byStore.plaintext = [ + sane.persist.sys.byStore.private = [ # not 100% necessary to persist this, but ntfy does keep a 12hr (by default) cache # for pushing notifications to users who become offline. # ACLs also live here.