summary refs log tree commit diff
path: root/machines/moissanite/default.nix
blob: d41cb6f7e38f1f27bfade3048a590163ac268641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

{
  imports = [
    ../../modules/common.nix
    ../../modules/arm.nix

    ./hardware.nix
    ./devices.nix
  ];

  system.stateVersion = "25.05";
}