Skip to content

Commit

Permalink
Tweak amazon build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh committed Feb 8, 2025
1 parent 1d680d0 commit a560d41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/modules/nixos/hardware-amazon-ec2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
{
imports = [
"${modulesPath}/virtualisation/amazon-image.nix"
inputs.srvos.nixosModules.mixins-cloud-init
];
nixpkgs.hostPlatform = "x86_64-linux";
ec2.hvm = true;
systemd.services.amazon-init.enable = false;
services.cloud-init.enable = false;
services.amazon-ssm-agent.enable = lib.mkForce false;
}
File renamed without changes.

0 comments on commit a560d41

Please sign in to comment.