Add utm-aarch64 host configuration
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
# ============================================
|
||||
|
||||
Reference in New Issue
Block a user