Initial attempt at configuring from EC2 userdata (with input from cstrahan). Now with VM tests!

This commit is contained in:
Dan Peebles
2015-06-11 23:16:35 -04:00
parent f0753327f0
commit 4b758e374e
4 changed files with 79 additions and 3 deletions
@@ -1,5 +1,5 @@
{ modulesPath, ...}:
{
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
imports = [ "${modulesPath}/virtualisation/amazon-init.nix" ];
services.journald.rateLimitBurst = 0;
}