diff options
Diffstat (limited to 'nix/machines/vm-aarch64/default.nix')
| -rw-r--r-- | nix/machines/vm-aarch64/default.nix | 16 |
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; -} |
