mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 08:41:09 +00:00
fix(module.nix): update config option definitions
This commit is contained in:
parent
348fdc2498
commit
87c8acd5b2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ let
|
||||||
default = "/var/lib/blahd/db.sqlite";
|
default = "/var/lib/blahd/db.sqlite";
|
||||||
};
|
};
|
||||||
|
|
||||||
server.listen = mkOption {
|
listen.address = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "localhost:8080";
|
example = "localhost:8080";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue