Add utm-aarch64 host configuration

This commit is contained in:
2026-04-07 06:41:39 +02:00
parent 83a4fd036a
commit a50d6a14b9
2 changed files with 63 additions and 5 deletions

View File

@@ -135,11 +135,11 @@
enableHomeManager = false;
};
# Example: ARM64 host (e.g. Raspberry Pi 4, Apple Silicon VM)
# laptop-arm = mkNixosSystem {
# system = "aarch64-linux";
# hostModule = ./hosts/laptop/default.nix;
# };
# ARM64 UTM Virtual Machine (Apple Silicon)
laptop-arm = mkNixosSystem {
system = "aarch64-linux";
hostModule = ./hosts/utm-aarch64/default.nix;
};
};
# ============================================