We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d680d0 commit a560d41Copy full SHA for a560d41
nix/modules/nixos/hardware-amazon-ec2.nix
@@ -2,10 +2,9 @@
2
{
3
imports = [
4
"${modulesPath}/virtualisation/amazon-image.nix"
5
+ inputs.srvos.nixosModules.mixins-cloud-init
6
];
7
nixpkgs.hostPlatform = "x86_64-linux";
8
ec2.hvm = true;
- systemd.services.amazon-init.enable = false;
9
- services.cloud-init.enable = false;
10
services.amazon-ssm-agent.enable = lib.mkForce false;
11
}
nix/packages/ami.nix renamed to nix/packages/amazon.nix
0 commit comments