NixFiles/systems/tau/nixos.nix
2023-05-13 21:48:48 +01:00

7 lines
116 B
Nix

{ config, lib, ... }:
{
system.stateVersion = "23.05";
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
}