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

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

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

  system.stateVersion = "25.05";
}