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

{
  imports = [
    ../../modules/development-server.nix

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

  system.stateVersion = "25.05";
}