aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/vm-aarch64/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/machines/vm-aarch64/default.nix')
-rw-r--r--nix/machines/vm-aarch64/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/nix/machines/vm-aarch64/default.nix b/nix/machines/vm-aarch64/default.nix
deleted file mode 100644
index 86382af..0000000
--- a/nix/machines/vm-aarch64/default.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ ... }:
-{
- imports = [
- ./hardware.nix
- ../vm-shared.nix
- ];
-
- # Use the systemd-boot EFI boot loader.
- boot.loader.systemd-boot.enable = true;
- boot.loader.efi.canTouchEfiVariables = true;
-
- networking.hostName = "vm-aarch64";
-
- # enable the guest agent
- services.qemuGuest.enable = true;
-}