diff options
Diffstat (limited to 'nix/modules/honk.nix')
| -rw-r--r-- | nix/modules/honk.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/modules/honk.nix b/nix/modules/honk.nix new file mode 100644 index 0000000..b13a9dc --- /dev/null +++ b/nix/modules/honk.nix @@ -0,0 +1,8 @@ +{ lib, config, ... }: +{ + services.honk = { + enable = config.monorepo.vars.ttyonly; + servername = "ret2pop.net"; + username = "ret2pop"; + }; +} |
