1 # Honk {#module-services-honk}
3 With Honk on NixOS you can quickly configure a complete ActivityPub server with
4 minimal setup and support costs.
6 ## Basic usage {#module-services-honk-basic-usage}
8 A minimal configuration looks like this:
16 username = "username";
17 passwordFile = "/etc/honk/password.txt";
18 servername = "honk.example.com";
21 networking.firewall.allowedTCPPorts = [ 8080 ];