mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
6 lines
91 B
Nix
6 lines
91 B
Nix
{...}: {
|
|
services.mako = {
|
|
enable = true;
|
|
settings.defaultTimeout = 7000;
|
|
};
|
|
}
|