Files
veeamm/nixos/hardware-configuration.nix
T
dingfeng.wong a2d6b6f460 a
2025-07-18 13:50:59 +08:00

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";
}