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

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

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

  system.stateVersion = "25.05";
}