fix(module.nix): update config option definitions

This commit is contained in:
oxalica 2024-09-10 16:39:53 -04:00
parent 348fdc2498
commit 87c8acd5b2

View file

@ -38,7 +38,7 @@ let
default = "/var/lib/blahd/db.sqlite";
};
server.listen = mkOption {
listen.address = mkOption {
type = types.str;
example = "localhost:8080";
};