mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 19:00:14 +00:00
fix references
This commit is contained in:
@ -5,6 +5,8 @@ let
|
||||
in
|
||||
{
|
||||
|
||||
options.nmasur.presets.services.thelounge.enable = lib.mkEnableOption "TheLounge IRC chat service";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
services.thelounge = {
|
||||
@ -21,7 +23,7 @@ in
|
||||
# sudo su - thelounge -s /bin/sh -c "thelounge add myuser"
|
||||
|
||||
# Allow web traffic to Caddy
|
||||
caddy.routes = [
|
||||
nmasur.presets.services.caddy.routes = [
|
||||
{
|
||||
match = [ { host = [ hostnames.irc ]; } ];
|
||||
handle = [
|
||||
|
Reference in New Issue
Block a user