about summary refs log tree commit diff
path: root/nixos/modules/ec2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/ec2.nix')
-rw-r--r--nixos/modules/ec2.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/ec2.nix b/nixos/modules/ec2.nix
deleted file mode 100644
index 45f3cd8..0000000
--- a/nixos/modules/ec2.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ modulesPath, config, lib, ... }:
-
-{
-  # AWS EC2-specific tweaks
-  imports = [
-    "${modulesPath}/virtualisation/amazon-image.nix"
-  ];
-  ec2.hvm = true;
-}