Skip to content

Instantly share code, notes, and snippets.

@theycallmemac
Last active January 12, 2021 00:42
Show Gist options
  • Save theycallmemac/19ac8930570f2d88b645c3d5eab10169 to your computer and use it in GitHub Desktop.
Save theycallmemac/19ac8930570f2d88b645c3d5eab10169 to your computer and use it in GitHub Desktop.
Deafult NixOS configuration file I use for automation.
{ modulesPath, pkgs, ... }: {
imports = [
"${modulesPath}/virtualisation/amazon-image.nix"
];
ec2.hvm = true;
ec2.efi = true;
environment.systemPackages = [
pkgs.git
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment