add default listen address for beszel

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-29 15:44:35 -06:00
parent fd3bb24e4a
commit 4c1dddfdfd

View file

@ -31,6 +31,7 @@
options.beszelAgent = {
listen = lib.mkOption {
type = lib.types.str;
default = "[::]:45876";
description = "The listen:port address for agent";
};
token = lib.mkOption {