about summary refs log tree commit diff
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.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/nix/machines/vm-aarch64/default.nix b/nix/machines/vm-aarch64/default.nix
index b1444cc..86382af 100644
--- a/nix/machines/vm-aarch64/default.nix
+++ b/nix/machines/vm-aarch64/default.nix
@@ -1,5 +1,9 @@
-{ ... }: {
-  imports = [ ./hardware.nix ../vm-shared.nix ];
+{ ... }:
+{
+  imports = [
+    ./hardware.nix
+    ../vm-shared.nix
+  ];
 
   # Use the systemd-boot EFI boot loader.
   boot.loader.systemd-boot.enable = true;