2025-07-18 12:33:26 +08:00
|
|
|
# This is just an example, you should generate yours with nixos-generate-config and put it in here.
|
|
|
|
|
{
|
|
|
|
|
# Set your system kind (needed for flakes)
|
2025-07-18 12:33:31 +08:00
|
|
|
nixpkgs.hostPlatform = "aarch64-linux";
|
2025-07-18 12:33:26 +08:00
|
|
|
}
|