dino: auto-start

This commit is contained in:
Colin 2023-12-14 01:57:32 +00:00
parent f129afdae8
commit 32fb79d43d

View File

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