From 549d4cce8b9114cc01eef5b65da20539f20b94cf Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:17:01 -0600 Subject: irc server --- modules/services/options.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/services/options.nix') 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; -- cgit v1.3.1