r/o

06c15e810759bcd80837341098cdb807904889b7 parent 397c7021

authored by Asherah Connor <ashe@kivikakk.ee> 1 year ago

README: update.

README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 900ddd1..222261b 100644
--- a/README.md
+++ b/README.md
@@ -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>";
};