mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
8 lines
149 B
Nix
8 lines
149 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
../profiles/live-image.nix
|
|
../modules/apple-silicon.nix
|
|
];
|
|
|
|
networking.hostName = "nixos-live-aarch64";
|
|
}
|