r/o
1
You will certainly not regret adding this NixOS module
2
3
```nix
4
services.furpoll = {
5
enable = true;
6
cookie = "b=abc123; x=y; ...";
7
from = "furpoll <furpoll@you.net>";
8
to = "Nyonker <nyonker@aloha.wizzfizz>";
9
};
10
```
11