r/o
1
# [furpoll](https://hrzn.ee/kivikakk/furpoll)
2
3
You will certainly not regret adding this NixOS module
4
5
```nix
6
services.furpoll = {
7
enable = true;
8
cookie = "b=abc123; x=y; ...";
9
from = "furpoll <furpoll@you.net>";
10
to = "Nyonker <nyonker@aloha.wizzfizz>";
11
};
12
```
13
14