mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-22 09:20:58 +03:00
6 lines
132 B
Nix
6 lines
132 B
Nix
![]() |
{ modulesPath, ...}:
|
||
|
{
|
||
|
imports = [ "${modulesPath}/virtualisation/amazon-config.nix" ];
|
||
|
services.journald.rateLimitBurst = 0;
|
||
|
}
|