diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-01 09:17:01 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-01 09:17:01 -0600 |
| commit | 549d4cce8b9114cc01eef5b65da20539f20b94cf (patch) | |
| tree | f6c6a88107a457a37808aff1c03d9ff37d248501 /modules/services/options.nix | |
| parent | 2a07183126da63858a287990cc7aa291b83e6d18 (diff) | |
irc server
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/services/options.nix b/modules/services/options.nix index ef9f57f..19812fc 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -82,6 +82,14 @@ in { default_port = 8099; }; + ngircd = { + enable = mkEnableOption "IRC Server"; + port = mkOption { + type = lib.types.port; + default = 6667; + }; + }; + headscale = selfhostOptions { service_name = "headscale"; default_port = 8080; |
