summaryrefslogtreecommitdiff
path: root/nix/modules/honk.nix
blob: b13a9dc55a7744f711cbcc1bf283660fef595eca (plain)
1
2
3
4
5
6
7
8
{ lib, config, ... }:
{
  services.honk = {
    enable = config.monorepo.vars.ttyonly;
    servername = "ret2pop.net";
    username = "ret2pop";
  };
}