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

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

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

  system.stateVersion = "25.05";
}