mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
de1c182b0a
(cherry picked from commit 361eb3a5f5
)
6 lines
132 B
Nix
6 lines
132 B
Nix
{ modulesPath, ...}:
|
|
{
|
|
imports = [ "${modulesPath}/virtualisation/amazon-config.nix" ];
|
|
services.journald.rateLimitBurst = 0;
|
|
}
|