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

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

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

  system.stateVersion = "25.05";
}