calls: auto-start

This commit is contained in:
Colin 2024-05-17 00:41:32 +00:00
parent a7d376778e
commit 4265ea9b99

View File

@ -25,7 +25,7 @@ in
type = types.submodule {
options.autostart = mkOption {
type = types.bool;
default = false;
default = true;
};
};
};