diff options
Diffstat (limited to 'nix/machines/vm-aarch64.nix')
-rw-r--r-- | nix/machines/vm-aarch64.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/machines/vm-aarch64.nix b/nix/machines/vm-aarch64.nix deleted file mode 100644 index ac9c74e..0000000 --- a/nix/machines/vm-aarch64.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ ... }: { - imports = [ ./hardware/vm-aarch64-utm.nix ./vm-shared.nix ]; - networking.hostName = "vm-aarch64"; -} |