add default listen address for beszel
This commit is contained in:
parent
fd3bb24e4a
commit
4c1dddfdfd
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue