r/o
1
# furpoll
2
3
You will certainly not regret adding this NixOS module
4
5
```nix
6
services.furpoll = {
7
enable = true;
8
cookieFile = secrets.furpoll.path;
9
from = "furpoll <furpoll@you.net>";
10
to = "Nyonker <nyonker@aloha.wizzfizz>";
11
};
12
```
13
14