mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
7 lines
93 B
Nix
7 lines
93 B
Nix
{ ... }:
|
|
{
|
|
services.mako = {
|
|
enable = true;
|
|
settings.defaultTimeout = 7000;
|
|
};
|
|
}
|