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

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

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

  system.stateVersion = "25.05";
}