6 lines
191 B
Nix
6 lines
191 B
Nix
# 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)
|
|
nixpkgs.hostPlatform = "aarch64-linux";
|
|
}
|