authored by
Asherah Connor
<ashe@kivikakk.ee>
1 year ago
README.md
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1,11 +1,11 @@
-# [furpoll](https://hrzn.ee/kivikakk/furpoll)
+# furpoll
You will certainly not regret adding this NixOS module
```nix
services.furpoll = {
enable = true;
- cookie = "b=abc123; x=y; ...";
+ cookieFile = secrets.furpoll.path;
from = "furpoll <furpoll@you.net>";
to = "Nyonker <nyonker@aloha.wizzfizz>";
};